Display Logged in User Dynamically...

0
I want to display the logged in user name dynamically for each new user at the left top corner of the top menu bar. Please suggest the way to proceed for it and what changes need to be made in my responsive layout?
asked
1 answers
1

The way i would approach this is the following,

You can create a microflow where u can retrevie the current user from the database.

The variable $currentUser is always available in microflows.

 

To use a dataview in your responsive layout, make use of a snippet.

Use this microflow as source for a dataview in a snippet in your responsive layout, and display the username in the dataview.

Let me know if this helpes...

 

answered