Function Name:
Round
Purpose:
The Round function returns the closest whole number to the input value. If the input is null, the function will return 0.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain the criteria configured to attach the incoming source record to the existing Syncari Record.
3. The input Value that needs to be processed by the function.
4. Rounds up to the specified number of Decimal Points. If 0, rounds to a whole number.
5. Rounding Mode defines the rounding strategy. The most common is HALF_UP which rounds up if the fractional part is more than 0.5
Examples:
- If the Input value is 1.2, the function will return the value, 1.
- If the Input value is 1.5, the function will return the value, 2.