Hi All, I have seen different posts on managing field level security, such as using Editable If …IN(USEREMAIL(), LIST(“xyz@gmail.com”,“abc@gmail.com”))
This is great for an app with few users and limited field level security, but what about larger solutions?
I brought in ‘Users’ table with an ‘Email’ column and a ‘Role’ column.
Assuming the role was ‘editor’ for a particular user, how could I create an editable_if statement to only allow the user role ‘editor’ to make such edits to this particular field, how would I achieve this?
I was trhing * IN(LOOKUP(USEREMAIL(), Users…but wasn’t working
If I want to include an AND condition from another table, finding this syntax fails. Any feedback on why the below does not work? Perhaps not able to pull status field is in the Request table due to incorrect query.
Hi Steve, I am aware this doesn’t work. Getting a bit frustrated with the expression syntax. Much prefer SQL. Do you have any feedback for how i might fix it?