I would like to catch an event once a row is added to a google sheet (via google forms) using google script api , is it possible ? My Spreadsheet has multiple sheets but i am only interested on the rows added to a specific sheet.
Thank you
If you are using the built-in feature to send responses from a Google Form to a Google spreadsheet, use the on form submit event.
The Google Sheets API doesn't have event triggers, only Google Apps Script. By the other bear in mind that the installable trigger on change is triggered only by changes made by the "user on keyboard".