move_overall_columns
Move one or more columns to a specified index in the overall column order, including hidden columns. Provide column IDs and target index to rearrange the view.
Instructions
Move one or more columns to a new position in the overall index (visible + hidden). Sibling of move_visible_columns. Index 0 is the leftmost column in the underlying full order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| columnIds | Yes | Field IDs to move | |
| targetOverallIndex | Yes | Destination index in the overall (visible + hidden) ordering | |
| debug | No | When true, include raw Airtable response in output for diagnostics |