I built a google sheets automation with AppScript. The main function is an onEdit function.
I need other people to 'make a copy' of the entire document to run on their computers.
When someone makes a copy of the document, they are not triggered to approve the appScript code and the onEdit function (and other functions) do not respond.
I have to go into the appScrip editor on their computers and manually run one of the functions to trigger the approval dialog. Even then, the onEdit function doesn't seem to work.
Here is the document for your trial: https://docs.google.com/spreadsheets/d/12ZE1QzyQ45GB6BtEIetKU4uHVG6rZrs2LVlvT36PnQE/edit?usp=sharing
Please make a copy of the document and add the following data in this order. Cell A4: TEST Cell B4: 0 Cell C4: Snack Cell D4: 0
The onEdit function should be triggered and move the data to the table below.
Is there a way to streamline the appScript approval process?
Thanks!