Pseudo OnEdit Trigger for Google Spreadsheet without Simple and Installable Triggers using Google Apps Script
This is a sample script for achieving the pseudo OnEdit trigger for Google Spreadsheet without the simple and the installable triggers using Google Apps Script.
Today, I saw a question at Stackoverflow. The goal of this question is as follows.
- There is a Google Spreadsheet created by a service account.
- Goal is to use OnEdit trigger on this Spreadsheet.
I thought a workaround for achieving this goal.