Airtable · Arazzo Workflow
Airtable Upsert a Record
Version 1.0.0
Find a record by a key field and update it if it exists, otherwise create it.
View Spec
View on GitHub
ApplicationCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
upsert-record
Upsert a single record into an Airtable table by a unique key field.
Resolves the base schema, looks for an existing record whose key field matches the supplied value, and either updates the matched record or creates a new one.
1
resolveSchema
getBaseSchema
Read the base schema to confirm the target table and key field exist before attempting to read or write records.
2
findRecord
listRecords
Search the table for an existing record where the key field equals the supplied key value, returning at most one match.
3
updateExisting
updateRecord
Patch the matched record with the supplied fields. Only the fields provided are changed; all other fields on the record are left intact.
4
createNew
createRecords
Create a new record in the table using the supplied fields when no existing record matched the key value.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for arazzo workflows
4 MCP tools reach this
find_arazzoBrowse and filter every workflow in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/airtable-upsert-record-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.