Airtable · Arazzo Workflow
Airtable Provision a Base
Version 1.0.0
Create a new base with its initial tables and read back the resulting schema.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
provision-base
Create a new Airtable base and confirm its schema.
Creates a new base in the supplied workspace with its initial tables and fields, then retrieves the freshly created base schema to verify the resulting structure.
1
createBase
createBase
Create a new base in the supplied workspace, providing the base name and its initial table and field definitions.
2
readSchema
getBaseSchema
Read the schema of the newly created base to confirm its tables, fields, and views were provisioned as expected.