In my app I have a table called “Master Sheet”. Users can delete rows from this table.
I want to manage this process better so that if any user deletes a record. I am able to know what the record was that was deleted.
I am trying to create a file everyday (using BOTS) that is generated every day using bots that lists all the deleted rows. I am generating a file because I want to look at daily/weekly data and don’t want notification/email for every delete individually.
To do this I found this link related to appsheet which I have modified to meet my requirements. I am entering the following in the “Condition” field of the Event with event type as “Data Change”