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 624
  • 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