Display Username and Userrole on screen using Label on TopHeader

0
 Hi I want to display the user account microflorw([id = $currentUser]) on my sidebar responsive layout is it possible?  Already I tried with snippet but complete form is displaying which I don't want to show I just want to call my microflorw on a label or text to show user who logged in and his role  Can you help please
asked
3 answers
4

The are 2 (CustomString and Microflow label) widgets which can dispay a string result from a microflow but these are not compatible with the newer versions of Mendix.

I would recommend to make a snippet with a DS microflow to retrieve the user account. You can than add a label in the dataview to display the username and userrole. The make it presentable you have to do some additional styling.

answered
0

See forum post here: https://forum.mendix.com/link/questions/87006

Regards,

Ronald

 

answered
0

Add a custom string microflow and display just the data you like.

Regards,

Mo

answered