viewing the current user with user role in profile page

0
I want to show the current user with their user role on profile Icon. How can I achieve that?
asked
1 answers
2

Hi Himanshu,

Use a microflow or nanoflow to retrieve the user's information from the "Account” entity as shown below

Use an image widget or an icon widget to display the profile picture. Set the image source to the user's profile picture attribute you retrieved..

Add a text widget or label widget near the profile icon. Set its value to the user's role attribute you retrieved.

answered