How to hide "Add" button for particular users?

How can I hide “Add” button for particular users in prototype mode ?

2X_3_3dab7429aeb3fa086bf336573e2bfa5fb41c6f35.png

Solved Solved
0 5 621
  • UX
1 ACCEPTED SOLUTION

Open the Behavior part…

View solution in original post

5 REPLIES 5

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!

Unfortunately, there is no display field in actions

Click on the Behavior section

Open the Behavior part…

It works! Thank you!

I have new in Eglish, so some text I don’t understant corretly

Top Labels in this Space