reorder_view_fields
Rearrange column positions in an Airtable view by specifying field IDs and their target indices to customize data display.
Instructions
Reorder the fields (columns) displayed in a view. Provide a mapping of field IDs to their desired column index positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID (e.g. "viwXXX") | |
| fieldOrder | Yes | Map of field IDs to target column indices: { "fldXXX": 0, "fldYYY": 1, "fldZZZ": 2 }. Index 0 is the leftmost position after the primary field. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |