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! Go to 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.
User | Count |
---|---|
35 | |
11 | |
3 | |
3 | |
2 |