I would like to identify different type of users, I’m using the role for Admins and Users, then, I need to define the “SuperUsers”..
Based on, how the rules are, the users can see only their things, the admin can see everything + do some additional actions than the users, and
the SuperUser can see everything but not do any actions assigned to the admin.
How can I define these super users ?
I’ve added a column inside the GSheet “users” → “SuperUser” [true, false].
I tried is to use the User Settings, but, how can I set a setting using the data coming from the GoogleSheet?
Any suggestion please?
actually I have another question with this approach…
I would like to add a security filter on the table users. In particular I would like to say somehting like “if the users email is inside the table the data are shown”, but I receive the following message:
The filter expression cannot reference the table being filtered.
I can understand the reason but
does it means that there is no possibilities to show the users to the super users?