Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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

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 402
3 REPLIES 3

Instead of using onEdit, you need to use onChange.

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