Skip to main content
airtable.updateRecords updates records in one table, sending up to 10 per Airtable request. It returns their new values.

Example

automations/update-airtable-records.automation.ts

Inputs

Output

Returns the updated AirtableRecord[] in provider batch order.
Replace mode can clear omitted writable fields. Batches are not transactional: a later failure does not roll back earlier updates.