Help

Re: Detecting deleted records

941 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Marek_Wysinski
4 - Data Explorer
4 - Data Explorer

Hello

We have an existing integration with large Airtable sheets. Our use case needs to react to the operation of deleting records in Airtable. The way we do this at the moment is by listing all the records and comparing them to previously saved list. We’re wondering if there’s any way of doing it that would not require making a full set of paginated request to get deleted records?

2 Replies 2
Riley_Major
4 - Data Explorer
4 - Data Explorer

We have the same need. The system keeps deleted records around for a while in the Trash. If we could query the record IDs of the deleted records in the trash, we could trigger deletions in our correlated system.

Daniel_Skywalke
4 - Data Explorer
4 - Data Explorer

I third this need.
Right now we are thinking to have a “To delete” checkbox column, to indicate a “deletion”. That way our system stays updated, and we can mass-delete the “To delete” records later on.

Of course this is a buggy and dangerous workaround.