Search K
Appearance
Appearance
The Math Operations node performs arithmetic and mathematical operations between two numeric inputs or generates random numbers within a defined range.
✅ Perform common mathematical calculations in workflows.
✅ Generate random numbers within a range.
✅ Support rounding of numeric values to a specific precision.
Field Label | Input Type | Description |
---|---|---|
Value1 | Number | The first numeric input for the operation. |
Value2 | Number | The second numeric input for the operation. |
Operation | Picklist | The operation to perform. Supported options listed below. |
Precision | Number | (Required for Round) The number of decimal places to round to. |
Value1
and Value2
.Value2
from Value1
.Value1
by Value2
.Value1
by Value2
. Errors if Value2
is zero.Value1
is divided by Value2
.Value1
to the specified Precision
.Value1
and Value2
.Output Variable | Description |
---|---|
Result | The result of the mathematical operation. |
✅ Calculate totals, differences, or multipliers in workflow data.
✅ Generate random numbers for sampling or randomisation logic.
✅ Round calculated values for currency or formatted display.
⚠️ For Divide, ensure Value2
is not zero to avoid runtime errors.
⚠️ For Round, Precision
input is mandatory to define decimal places.