Airtable · Arazzo Workflow
Airtable Archive Stale Records
Version 1.0.0
Find records matching a staleness formula and delete them.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
archive-stale-records
Locate a stale record via a formula and delete it.
Lists records matching a staleness filterByFormula and deletes the first matched record by its id.
1
find
listRecords
Search the table for records matching the staleness formula, returning at most one match to delete.
2
deleteStale
deleteRecord
Delete the matched stale record by its id. The record is permanently removed and cannot be recovered through the API.