Display Welcome Image along with Logged In User Name using Screen Flow in Home Page #inSalesforce

Display Welcome Image along with Logged In User Name using Screen Flow in Home Page #inSalesforce


Create a screen flow, create a constant variable of type text

Value = <img src='/resource/Welcome' width='130px' height='50px'/>

Use the Display Text component and use the constant created above and {!$User.FirstName} {!$User.LastName}







Visual: https://www.youtube.com/watch?v=emyyw3eSlms

Comments