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
ApplicationsCollaborationDataDatabasesLow-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
getBaseSchema
Read the base schema to confirm the target base exists and is reachable before adding a new table to it.
2
createTable
createTable
Create a new table within the confirmed base, supplying the table name, optional description, and its initial field definitions.
3
addField
createField
Add an additional field to the newly created table, supplying its name, type, optional description, and optional configuration options.