
Hi!
I have an app where I use the following formula to gather a users settings:
Set(var_mySettings,LookUp(Settings,UserMail = User().Email));If this is an existing user, it is done in the OnStart. This works well and it gets alle the different values that is needed.
On the other hand, if I use the exact same code on a button, to gather settings inside the app, it only gathers a few values (EMAIL and the ID). This is needed if it is a new user, or of an existing user changes some settings.
Any idea on why this is?
Hi @mrstian89 ,
I assume Settings is a data source (list) with all the fields you are needing and a field UserMail containing the email of the user