create_formula_field
Add a formula field to an Airtable table to calculate values automatically using custom expressions.
Instructions
Create a new formula field in a table. Shorthand for create_field with type "formula".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID (e.g. "tblXXX") | |
| name | Yes | Name for the new formula field | |
| formulaText | Yes | The formula expression | |
| debug | No | When true, include raw Airtable response in output for diagnostics |