Announcements
Hi,
I have created an App and there have several screen in my apps. I want to constrain the access right, for example, some people can just access screen 1 to screen 3, some people can access all screens. Is it possible to do such setting? Thanks.
Hi @YanLiang ,
If you don't want a user to navigate to a certain screen, you can set the DisplayMode property of the 'Jump to xx Screen' button to:
If(User().Email in ["EmailAddress1","EmailAddress2"],DisplayMode.Disabled,DisplayMode.Edit)
Best Regards,
Bof
Thank you so much. I have created a list (just has one column - Email address) for mapping specific user. Instead of using wording "in ["EmailAddress1","EmailAddress2"]", how to judge the user email is whether exist in the mapping list?
Please try:
If(User().Email in TableName.EmailAddressColumn,DisplayMode.Disabled,DisplayMode.Edit)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 405 Super User 2026 Season 2
Mohsin Ali 368
WarrenBelz 244 Most Valuable Professional