Name
Math
Description
Performs a mathematical operation upon two parameter values and places the result in a third parameter. If the result parameter exists, it will overwrite the existing data. If not the parameter will be created with the resulting value.
Fields
Operand 1 parameter: The name of the first parameter in the mathematical expression.
Operation: The mathematical operation to be performed.
Operand 2 parameter: The name of the second parameter in the mathematical expression.
Result parameter: The name of the parameter to place the resulting value.
Examples
Shift the ID of a user. A user_id of 123 added to a shift_amount of 10000 results in a new_user_id of 10123.
Errors
Errors will occur in the following cases:
- An operand is not present.
- The operand is not a number.
0 Comments