Math

ConfigurationValue
RequiredToggle on/off if required
LabelDescribes the purpose of the input to the user. Labels remain visible even after completing the field
TooltipA short description that appears when the user holds the mouse pointer briefly over the question mark without clicking
FormulaThe math formula that you will be using. Insert values from other inputs using the template {{ }} syntax

Basic Usage

Example: You want to add sum the value from 2 other inputs, inputs ID 897 and 898. In the Math input formula configuration, insert

{{ 897 }} + {{ 898 }}

Advanced Usage

For more advanced use cases involving complicated formulas, please see what's possible with the Math.js documentation

https://mathjs.org/