Tool to update up to 10 records in an Airtable table with selective field modifications. Use when you need to modify multiple existing records or perform upsert operations. Updates are not performed atomically.
baseIdRequiredstringThe ID of the Airtable base containing the table.
recordsRequiredarrayList of records to be updated. Airtable's API limits updates to a maximum of 10 records per request. If you need to update more records, split them into multiple requests of 10 or fewer records each.
typecastbooleanIf true, Airtable attempts automatic data conversion from string values on a best-effort basis (e.g., '123' to 123).
performUpsertobjectConfiguration for upsert behavior when updating records.
tableIdOrNameRequiredstringThe ID or name of the table within the base where records will be updated.
returnFieldsByFieldIdbooleanIf true, returns field values keyed by field ID instead of field name. Useful for integrations resilient to field name changes.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.