I’m testing features in Appsheet and I am looking at a user only being able to select their own name from column drop down list(no other users) or having that columns already be prepopulated based on the useremail. How would I go about doing that?
Hello @DanielRPaperWorkPros, the best way to do that would be to implement a current user system, more about that here:
[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…
If you had that in your app you could easily dereference any information about your users based on their email.
Awesome I did the steps above and its working as I imagined it. Thank you. Another question though, the user is only able to see their own entries which is what I want