Store Logout time

1
Hi all, Can anyone suggest me the steps to store the Logout time In mendix.
asked
1 answers
-1

You have to create an attribute dateTime in the entity account. Then you just have to create a microflow, that will retrieve the current account, set the attribute to the current date time, and log out the user.

answered