
Keymaster







6 years, 4 months ago
#14562
::
Hi Alexander,
the autofield “userName” returns an empty String because your app has no login implemented (anonymous usage), so there is no user logged in for this App, that is why the autofield is empty on the Desktop. You need to implement a Login to your App (new Login Screen in UI Designer + Server Action in Process Designer)
This will give the Desktop access to the logged in User. On the mobile phone this is always possible because the User needs to login and thus autofield is not empty.
Hope this helps.
Best
Chris