onAirtableRecordUpdated emits the current and previous record values for each table update.
automations/audit-airtable-records.automation.ts
Options
Trigger data
ReturnsbaseId, tableId, recordId, ISO occurredAt, fields, previousFields, changedFieldIds, source, optional sourceMetadata, and transactionNumber. Both field objects are keyed by stable field ID; changedFieldIds identifies the fields Airtable changed in this transaction. The complete provider transaction remains under event.
Airtable may coalesce rapid changes into one notification, but Automate.ax retrieves and processes every ordered payload behind that notification.