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 235
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

Steve
Platinum 4
Platinum 4

In the actionโ€™s Only if this condition is true setting, provide an expression that evaluates as TRUE only for the allowed users.

can you help me with the formula please? thankyou

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:



thank you so much!

Top Labels in this Space