update_field_config
Modify configuration of computed fields such as formulas, rollups, lookups, and counts. Provide field type and options to update field behavior.
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 |