Hi Christopher,
System.User != Administration.Account
If you want to work with Administration.Account you need to retrieve the object of type Administration.Account first.
Option 1: You can call a microflow with open page logic retrieveing the Administration.Account object first.
Option 2: You can add a dataview to the layout next to the navigation and make it look similar.
In the microflow you place a retrieve activity with
Hope that helped
Hello Christopher
You can achieve the same in your menu navigation layout also instead of creating separate menu.
1.Retrive the account from microflow and return account as object.
2.On click of the Profile account Pic call another microflow which will open popup page to change your profile pic and other details .