I'm just starting out and I have some trouble with my app. At the start-up I set my "CurUser" variable to my User().Email and substitute the "@" and ".".
Afterwards I am going into a "Detail Gallery" that has a filter set to a specific item ID. Now I want to have label that displays the Value of my current User (like ThisItem.CurUser) , but I can't get it to work as LookUp just returns the text value and most other things give me an Error.
Does anybody have an idea on how to approach this?