Display current user's username

How do I display the current user’s user name in an App? And I don’t mean Environment.Username as that shows the robot user’s name. I need the name of the person logged into the platform who’s using the App.

Cheers,
Jeppe

Ah! Found it!
UserContext.User.CurrentUser.DisplayName

Good job, myself! :slight_smile:

CurrentUser.Displayname

CurrentUser.(xxx)