update_view_row_height
Adjust grid view row height in Airtable by setting it to small, medium, large, or xlarge for better data visibility and organization.
Instructions
Change the row height of a grid view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID (e.g. "viwXXX") | |
| rowHeight | Yes | Row height: "small", "medium", "large", or "xlarge" | |
| debug | No | When true, include raw Airtable response in output for diagnostics |