Reputation: 523
I want to create a google sheet script that returns a ScriptFunction
for each Response
that is added from google forms. I would like the script to run automatically when a new response is added in the sheet, so that I do not have to run it on my own whenever I want new responses to have a ScriptFunction
result. How can I do that?
Upvotes: 0
Views: 48
Reputation: 27302
Have a look at the installable onFormSubmit trigger and see if that helps?
Upvotes: 3