update_field_config
Modify computed field configurations in Airtable, including formulas, rollups, lookups, and counts. Change formula text or adjust rollup settings using Airtable's internal API.
Instructions
Update the configuration of any computed field (formula, rollup, lookup, count, etc). Use this to change formula text, rollup settings, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| fieldId | Yes | The field/column ID (e.g. "fldXXX") | |
| fieldType | Yes | The field type: "formula", "rollup", "lookup", "count" | |
| typeOptions | Yes | Type-specific options. For formula: { formulaText: "..." } | |
| debug | No | When true, include raw Airtable response in output for diagnostics |