Documentation Index
Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
Use this file to discover all available pages before exploring further.
set_formula
Configure a formula for a formula-type column. The expression uses column names wrapped in curly braces, e.g. “{Salary} + {Bonus}” or “{Price} * {Quantity} - {Discount}”. The tool resolves column names to per-row cell IDs and computes initial results. Referenced columns must be number or money type. Supports +, -, *, / and parentheses.
Parameters
The name of the formula column to configure.
Math expression using column names in curly braces. E.g. “{Salary} + {Bonus}”, “{Price} * {Quantity}”.