More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
✏️

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.

airtable database record update api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

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
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes