duplicate_view
Duplicate any Airtable view while retaining its filters, sorts, and field visibility settings to quickly create a new view with the same configuration.
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 |