Orl13
Orl13

Reputation: 513

Make google script run whenever a new Google Forms response is detected in the Google Sheet

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?

The desired behaviour bellow:

Upvotes: 0

Views: 47

Answers (1)

JPV
JPV

Reputation: 27262

Have a look at the installable onFormSubmit trigger and see if that helps?

Upvotes: 3

Related Questions