Click the flask icon:
Then click in the expression box:

Then enter en expression that produces the desired permission name. For instance:
IF(
("Admin" = USERROLE()),
"ALL_CHANGES",
"READ_ONLY"
)
The possible permission names are given in Expression Assistant:
See also:
1 Like
thank you so much steve.
1 Like


