Skip to main content
updateRecords applies updates to one or more records in the same table. It sends at most 10 records per Airtable request and 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.