update_frozen_column_count
Set the number of frozen columns in an Airtable grid view to keep certain columns visible during horizontal scrolling.
Instructions
Set the frozen-column divider position for a grid view. The first N columns from the left are frozen and stay visible during horizontal scroll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| frozenColumnCount | Yes | Number of columns to freeze (counted from the left). 0 unfreezes all. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |