Add
Reference documentation for using the Add expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Adds 2 numbers together |
Parameters | Two values. The value types are numbers. |
Returns | Number |
Description
The expression will combine both of the inputted values from the First Number and Second Number together. If both number values are numbers the expression returns the Sum of both numbers.

Comments
The types of the values on each field should be numbers only, providing any other type/no type will result in error.
v3.0