coda_get_formula
Retrieve the current value of a named formula from a Coda doc. Returns its name, ID, type, value, and error status.
Instructions
Get the current value of a named formula in a Coda doc.
Returns the formula's name, ID, type, current value, and whether it has an error. The value is computed by Coda and reflects the latest state. Use coda_list_formulas to discover available formulas in a doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the formula | |
| formula_id_or_name | Yes | Formula ID or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |