set_record_template_visible_columns
Control which columns appear on Airtable record templates by specifying field IDs, or show all columns with an empty array.
Instructions
Set which columns are shown (pre-fillable) on a record template. Pass an empty array to show all columns. isPartialSelection:true means only listed columns are shown; false means all are shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| templateId | Yes | The template ID (rtpXXX) | |
| columnIds | Yes | Ordered list of field IDs to show. Empty array shows all. | |
| isPartialSelection | No | true = show only listed columns; false = show all. Default: true | |
| debug | No | When true, include raw Airtable response in output for diagnostics |