Airtable · Arazzo Workflow
Airtable Evolve a Table Schema
Version 1.0.0
Rename a table and update one of its fields within an existing base.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
evolve-table-schema
Rename a table and update one of its fields.
Reads the base schema to confirm the target table and field, updates the table's name and description, and then updates a field's name, description, or options.
1
confirmSchema
getBaseSchema
Read the base schema to confirm the target table and field exist before modifying them.
2
renameTable
updateTable
Update the table's name and optional description. Only the supplied properties are changed.
3
updateField
updateField
Update the target field's name, description, or configuration options. Only the supplied properties are changed.