Hi!
We sync Airtable records to our own bases via Airtable API.
The thing is when a record is deleted in Airtable it just vanishes from Airtable API.
To discover deleted records in API we have to iterate all records in both source and destination bases. Then delete records in destination with Airtable Ids that are missing in source.
Is there a way to track deleted records in Airtable to delete them in destination base without a one-by-one comparison?
Thank you.