Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Show View if questions

I am working on restricting views in my app and we are not having success with the expression.

We have useremails and groups in a table with column headers useremail and role.

We want to allow access to the view if the current user is within the useremail and the role matches the role required to view the table.

I tried this but it just made the view not visible to anyone.

AND(IN(CURRENT_USER,OPS USERS[USEREMAIL],IN("UGA",OPS USERS[ROLE])) 

Any help would be greatly appreciated.

0 6 237
6 REPLIES 6
Top Labels in this Space