Airtable · Arazzo Workflow
Airtable Add a Table with Fields
Version 1.0.0
Add a new table to an existing base and then add a field to that table.
View Spec
View on GitHub
ApplicationCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
add-table-with-fields
Add a table to an existing base, then add a field to it.
Confirms the target base by reading its schema, creates a new table with its initial field definitions, and then adds a further field to that table.
1
confirmBase
Read the base schema to confirm the target base exists and is reachable before adding a new table to it.
2
createTable
Create a new table within the confirmed base, supplying the table name, optional description, and its initial field definitions.
3
addField
Add an additional field to the newly created table, supplying its name, type, optional description, and optional configuration options.
Source API Descriptions
openapi
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.