Hi.
I’ve set up an “Call a script” automation in AppSheet, but it’s currently set to run as the owner. How can I change it to run as the app user instead?

Hi.
I’ve set up an “Call a script” automation in AppSheet, but it’s currently set to run as the owner. How can I change it to run as the app user instead?

Can you create an Action: “External: go to a website”, with a target URL as the Google Script that you created. Here is an example of an Action that does just that:
If you need for the script to perform a user specific thing, you can pass the user email as an argument.
Thanks.
So you can use GAS as an API, not just launch it. I’ll give it a try.
This will work as a client side solution.
This would work for a server-side solution