provider Records PATCH /{baseId}/{tableIdOrName}
@utdk/airtable /{baseId}/{tableIdOrName}
Update multiple records
Update multiple records in a table. Pass an array of objects, each with an 'id' and 'fields' property. Only the specified fields are updated; other fields are unchanged (partial update).
baseId path required
The Airtable base ID
string
tableIdOrName path required
The table ID or name
string

Try it

Authentication
Configure credentials for Airtable REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updaterecords
PATCH/{baseId}/{tableIdOrName}
Update multiple records in a table. Pass an array of objects, each with an 'id' and 'fields' property. Only the specified fields are updated; other fields are unchanged (partial update).

Parameters

required

The Airtable base ID

required

The table ID or name

Input

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import airtable from '@utdk/airtable';

await airtable.updaterecords()