Hello @Ugo
First, welcome to the community; you might check out the following post, it’s got tons of helpful things to help you get started:
Dear valuable members and users,
For a long time I’m seeing a lot of multiple and concurrent posts, posts like novels seeming to aim the Pulitzer Price, exactly the same questions by the same user but paraphrased/re-phrased etc. Being a dedicated community member and an AppSheet developer who is reading around 2.5K posts per day, I urged myself to tip on some good advice and best practice BEFORE posting something in the community:
#1 - APPSHEET DOCUMENTATION
AppSheet has a very good help do…
In regards to your question: check out the following post about creating a Current_User slice.
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 implemented this, you can easily include a [User_Role] column, and base permissions off this.