The Simple Operations Block allows you to perform a simple math expression, a numeric rounding on a given value, or a concatenation of up to 3 values.
The Standard Workflow when using the Simple Operations Block is to decide which operation you want to use, if not all three. When setting up a Math Expression, you have the option to define inputs 1 & 2, as well as the operation you wish to apply. For numeric rounding, simply set the input value, and define how much precision to apply to the given value. Finally, String Concatenation allows you to define up to 3 strings to use in the final concatenated value.
Preview | Property | Description |
---|---|---|
Input 1 | Value to Calculate against Input 2 | |
Operation | Specify what Operation to calculate between Input 1 & 2 | |
Input 2 | Value to Calculate against Input 1 | |
Result | Output Value based on Calculation | |
Operation | Round | |
Input | Value to Round | |
Precision | Specify how precise rounding operation is | |
Result | Output Value of Rounded Input Value | |
Operation | Concatenate | |
String 1 | First String Value to use in Concatenation | |
String 2 | Second String Value to use in Concatenation | |
String 3 | Third Value to use in Concatenation | |
Result | Concatenated Value of String 1, 2, & 3 |