I have created an app that represents data from an internal system
I updated data in the app using AppSheet API and I don’t want users to able to edit/add/delete data.
My issue is that if I remove the edit access from a table/column, I can’t update the data from API calls neither.
Is there a way to allow write access through API calls, but prevent modifications from the AppSheet interface?
Thank you,
Tamas
Solved! Go to Solution.
Sure thing. You can attempt to use the CONTEXT(Host)=“Server” expression in the TABLE “Are updates allowed?” dynamic expression area… Maybe something like this…
SWITCH(CONTEXT(Host),
“Server”, “ALL_CHANGES”,
“READ_ONLY”)
I say attempt because I’ve never actually done this.
User | Count |
---|---|
16 | |
8 | |
6 | |
3 | |
2 |