Hello , I made a table of users with their names and emails , and all users can see what other user is adding but the problem is delete and add action is showing here
I want to show delete and add action just for the current User
Hello , I made a table of users with their names and emails , and all users can see what other user is adding but the problem is delete and add action is showing here
I want to show delete and add action just for the current User
Yeah i tried to do that but nothing works , trying with
Username() = [EMAIL]
but it doesn’t work
I think you should use something like
USEREMAIL() = [EMAIL]
Also consider to use security filter at the table level:
This might be of help
[Current_User (Slice) - How to conform your app around WHO is using the app](https://community.appsheet.com/t/current-user-slice-how-to-conform-your-app-around-who-is-using-the-app/35639) Tips & Tricks ?
One of the core basic functions, included in just about EVERY app I make, is the ability for the app to know WHO is using the app. If the app knows who’s using it, then I can easily control many different aspects of the app: Add/edit/delete permissions How data should be filtered What views are shown What buttons, or Actions, are visible Which workflows should fire off Which columns should be shown or editable etc. Requirements To accomplish this functionality in your app, you need the follo…