I have a google script that is triggered to r...

Phil_Renda
Participant II

I have a google script that is triggered to run when a cell is edited or changed. When AppSheet adds or changes records, it is undetected. Does anyone know how to have AppSheet changes / additions recognized? +Alex Lenhoff

0 3 358
3 REPLIES 3

Instead of using onEdit, you need to use onChange.

Phil_Renda
Participant II

onChange does not recognize row edits made by Appsheet, only adding a new sheet or removing a column

Yes it will. We have made many apps with onChange.

Top Labels in this Space