airtable.onRecordUpdated provides the current and previous values for each update.
automations/audit-airtable-records.automation.ts
Options
Trigger data
IncludesbaseId, tableId, recordId, occurredAt in ISO 8601 format, fields, previousFields, changedFieldIds, source, optional sourceMetadata, and transactionNumber. Both field objects use field IDs as keys. changedFieldIds identifies the fields changed in this transaction. The complete provider transaction is under event.
Airtable may coalesce rapid changes into one notification, but Automate.ax retrieves and processes every ordered payload behind that notification.