update_frozen_column_count
Set the leftmost columns in a grid view to remain visible when scrolling horizontally. Controls how many columns are frozen from the left, with 0 unfreezing all.
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 |