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
Saeed Alghailani
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 :).