create_view
Create custom views in Airtable tables to organize data as grids, forms, kanban boards, calendars, galleries, gantt charts, or lists. Copy existing view configurations to maintain consistent layouts across your base.
Instructions
Create a new view in an Airtable table. Optionally copy configuration from an existing view. View types: "grid", "form", "kanban", "calendar", "gallery", "gantt", "levels" (list view).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID to create the view in | |
| name | Yes | Name for the new view | |
| type | No | View type: "grid", "form", "kanban", "calendar", "gallery", "gantt", "levels" (list). Default: "grid". | |
| copyFromViewId | No | Optional: view ID to copy configuration from (creates a fresh view with same settings). | |
| debug | No | When true, include raw Airtable response in output for diagnostics |