Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Secutiry filter for action button

Hi! I looking for solution of displaying action button with security filter. I have 2 types of users, and one of them are not entilted to clicking on action button. Is any chance to show action button only if USEREMAIL is correct?

Solved Solved
0 7 368
1 ACCEPTED SOLUTION

Sure. Security filters filter out records that should not reach the user's device.  Please evaluate whether you are looking for security filters or merely disabling actions for certain users.

If you are looking for enabling actions only for certain users , you could use condition setting of the action pane in a manner such as 

IN (USEREMAIL(), LIST( abc@testaction.com, def@testaction.com, ghk@testaction.com)) 

where abc@testaction.com, def@testaction.com, ghk@testaction.com  are emails of users who should have action enabled.

Relevant articles

Security filters: The Essentials - AppSheet Help

Actions: The Essentials - AppSheet Help

 

Edit: Made minor changr to the suggseted expression.

 

View solution in original post

7 REPLIES 7
Top Labels in this Space