update_formula_field
Modify formula text in Airtable formula fields to update calculations and automate data processing within your base.
Instructions
Update the formula text of an existing formula field. Shorthand for update_field_config with type "formula".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| fieldId | Yes | The field/column ID (e.g. "fldXXX") | |
| formulaText | Yes | The new formula text | |
| debug | No | When true, include raw Airtable response in output for diagnostics |