Tool to destructively update multiple records in Airtable using PUT, clearing unspecified fields. Use when you need to fully replace record data or perform upsert operations. Supports up to 10 records per request.
baseIdRequiredstringThe ID of the Airtable base containing the table.
recordsRequiredarrayArray of up to 10 record objects to update. PUT destructively updates records, clearing unspecified fields.
typecastbooleanIf true, Airtable will attempt to convert string values into appropriate cell values.
performUpsertobjectConfiguration for upsert behavior.
tableIdOrNameRequiredstringThe ID or name of the table within the base where records will be updated.
returnFieldsByFieldIdbooleanIf true, returns fields object keyed by field ID instead of field name.
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.