User credentials

0
Mendix users, how can i see who has logged in on my form
asked
1 answers
0

A possible solution is:

Retrieve User where [Name = $currentUser/Name]

or you can create an entity yourself (inherited from entity User) which also inherites the Name property from User.

answered