Expression open file a few user

if i want to make a behaviour (open file) that can be access with just a few user, what should i do?

Solved Solved
0 4 269
1 ACCEPTED SOLUTION

A common approach:

IN(USEREMAIL(), LIST("email1", "email2"))

where email1 and email2 are email addresses of two users that may use the action. You can list as many email addresses as you need.

See also:



View solution in original post

4 REPLIES 4
Top Labels in this Space