I have a powerapp where I have a button "Admin", and I'm trying to figure out the best way to only allow admins to access this, based on their 365 user. And while it seems to work based on this, I'm not entirely sure where this property is, how to edit it and if it's a good way to do it?
The button in question:
If(Office365Users.MyProfile().JobTitle="admin", Navigate(scrAdmin,Fade));

Report
All responses (
Answers (