I'm using the web version of the studio.
In OnStart, I want to create a variable with the User().Email as a value - I was hoping then I could use that in a filter for a data source instead of directly using User().Email, as that is apparently not delegable (based on the blue info dot and message).
But my variable doesn't seem to be set on start.
Function:
Set(CurrentUser, User().Email)
I put a label on the form with a value of CurrentUser, run the app, and the variable doesn't appear to have its value set.
I also tested using a Navigate function, but that also didn't appear to do anything - on start, I remained on the same screen.
Any ideas where I'm going wrong?