duplicate_view
Create a copy of an Airtable view with all its settings, including filters, sorting, and field configurations, for testing or organization.
Instructions
Duplicate an existing view with all its configuration (filters, sorts, field visibility, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID the view belongs to | |
| sourceViewId | Yes | The view ID to duplicate (e.g. "viwXXX") | |
| newName | Yes | Name for the duplicated view | |
| debug | No | When true, include raw Airtable response in output for diagnostics |