Hello,
I created some buttons on my landing screen and attempted to assign permissions to them. I created a list in SharePoint called Admins and added the users to this list who should see certain buttons on the app. I added myself to the user group and on the App - on Start created a variable for:
Set(varUser,User()); Set(isUserAdmin, LookUp('Admins', Admins.Email = varUser.Email))
Then on the visibility property of the Dashboard button - set it to isUserAdmin. Somehow this does not work and although I am in the list in SharePoint and when I mouse over the formula bar for varUser.Email it does show my email address, when I update the visibility property, the button disappears. I am not sure what I am doing wrong.