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

 

Solved Solved
0 6 375
1 ACCEPTED SOLUTION

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:

Screenshot 2024-08-03 202637.jpg

View solution in original post

6 REPLIES 6

You cannot according to the official document

TeeSee1_0-1722681579167.png

 

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

This would work for a server-side solution

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:

Screenshot 2024-08-03 202637.jpg

This will work as a client side solution.

Thanks.

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

Top Labels in this Space