Skip to main content
airtable.onRecordMovedOutOfView matches records that stop satisfying a view’s filters or that Airtable deletes while in the view.
automations/report-airtable-view-exits.automation.ts

Options

Automate.ax shares one webhook across a base’s base and table triggers, then uses one webhook per watched view. Airtable OAuth allows two webhooks per base, so deployments that require more than two of these groups fail until you remove a view trigger or use a personal access token.

Trigger data

Includes baseId, tableId, viewId, recordId, occurredAt in ISO 8601 format, source, optional sourceMetadata, transactionNumber, and the complete Airtable transaction under event. Airtable reports the record identity but not its field values when it leaves a view. The event can mean either a filter-driven exit or deletion. Use a table deletion trigger as well when that distinction matters.