Hi All,
I have an app, where I only want a button to be visable if the current users email address matches a record stored within a Sharepoint List called 'Users'.
I have been trying to achieve this with a IF Statement with the Lookup function, however I have been unable to get it to work, I can't get my head around the syntax.
Current Code:
If(LookUp(Users, Txt_Email = User().Email, true), true, false)
Hope someone can help, thanks 🙂