How can I hide “Add” button for particular users in prototype mode ?
Do you know the email address of the users that need to see or not see the button, whichever is the smaller number?
First find the Add button in the actions tab, you may have to unhide system generated actions.
Then use the following formula in the “Only if this condition is true” box to give access:
OR(USEREMAIL() = “email address”, USEREMAIL() = “email address”)
Or use the following to revoke access:
NOT(USEREMAIL() = “email address”, USEREMAIL() = “email address”)
That should work, you can add as many email addresses as you like.
Hope this helps!
1 Like
Click on the Behavior section
2 Likes
Open the Behavior part…
2 Likes
It works! Thank you!
I have new in Eglish, so some text I don’t understant corretly
1 Like

