Skip to content Skip to sidebar Skip to footer

Google Form + Apps Script Onedit

So, I have a Google Form that outputs the data to a Spreadsheet. I have written some code for the onEdit function of the Spreadsheet to strip out all non-numeric characters for pho

Solution 1:

There is a special trigger for form submission called on Form Submit that you should install from the ressource menu in the script editor.

Depending on your actual code you might need to change a few things in your script but it might also be possible to use the very same function you use with onEdit.

Please consider showing your code if you want a more accurate answer.

Post a Comment for "Google Form + Apps Script Onedit"