if i want to make a behaviour (open file) that can be access with just a few user, what should i do?
Solved! Go to 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:
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!
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |