Call a script user change

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?

nawakashii_0-1722406400706.png

You cannot according to the official document

2 Likes

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:

1 Like

If you need for the script to perform a user specific thing, you can pass the user email as an argument.

2 Likes

Thanks.

So you can use GAS as an API, not just launch it. I’ll give it a try.

1 Like

This will work as a client side solution.

This would work for a server-side solution