I am trying to track what happens whenever a user logs in to a mobile app.
Up to this point, I wasn't able to conclude what LoginPassword did to the UserId. Does it implicit stored UserId into the session at the server side?
Hi Kaiming,
To answer your question directly, IF successful (user/pass match), your session variables will be set to the values of UserId and Username, so yes.
Here's the docs if you want to check it out: https://success.outsystems.com/documentation/11/reference/outsystems_apis/system_actions/#loginpassword