Update Record in Airtable
n8n-nodes-base.httpRequest
Update a single record in an Airtable table. Use PATCH for partial updates or PUT for complete replacement.
Use Cases
Update existing records
Modify record field values
Sync changes from external systems
Configuration
Node Configuration Summary
Ready-to-use Airtable node configured for update record in airtable.
Copy and paste directly into your n8n workflow.
Method:
PATCH
Endpoint:
/v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}
Nodes:
2
Auth:
HTTP Header Auth