Show The userRole and the User Account name.

1
How Can I show the user role and the current user name on my dashboard layout once I login to my system?   is this possible? if it is possible please help me to do it.   Thanks
asked
1 answers
1

Yes, add a dataview to the dashboard and set the datasource to a microflow. In that microflow retrieve the Admin.Account entity and set the xPath to [id = $currentUser]. Make sure the microflow returns the Account object and it should work :).

answered