Updates an existing record in an Airtable base using PUT method. Use when you want to replace all field values, clearing any unspecified fields. For partial updates that preserve unspecified fields, use the PATCH-based update action instead.
baseIdRequiredstringThe unique identifier of the Airtable base containing the record to be updated.
fieldsRequiredobjectSpecifies fields to update. Keys are field names or IDs; values are new content. PUT method clears all unspecified cell values (destructive update). Empty strings are automatically converted to null to clear field values. For Date fields: use 'YYYY-MM-DD' format for date-only fi…
recordIdRequiredstringThe unique identifier (ID) of the record to be updated within the specified table.
typecastbooleanWhen set to true, enables automatic data conversion from strings to appropriate field types. For example, converts string '123' to number 123. Default is false.
tableIdOrNameRequiredstringThe unique identifier (ID) or the name of the table within the base that contains the record to be updated.
returnFieldsByFieldIdbooleanIf `True`, API response keys record fields by field ID instead of name. Using field IDs is recommended 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.