I want to run python script to update rows in appsheet but couldn’t able to get right format to call appsheet API. Can someone help on this? I tried below code but getting 500 response code.
Try the following:
1 - Create a Script file in your Google Drive (in it you can create the functions you want in JavaScript language.
2 - Bard (IA) tells me that from GoogleScript you can call a function in Python by: # my_function.py
def my_function(x):
print(x + 10)
# script.gs
import my_function
my_function(10)
3-From AppSheet create a bot that calls the Script