IsLessThanOrEqual (Filter)
The IsLessThanOrEqual filter function returns allows records which are true to pass on within the Flow.
An IsLessThanOrEqual function works similarly but instead passing on true values within the Flow, a Boolean value is returned.
Description
Tests if the left side value is less than or equal to the right side value. Records that meet the conditions are passed on within the Flow.
The function compares two strings lexicographically. The comparison is based on the Unicode value of each character in the strings.
Use
- Left Side Argument:
- Select an argument or enter a value. (Number, String, Date)
- Right Side Argument:
- Select an argument or enter a value to compare if that value is less than or equal to the left side field value.
- Enter an output field name.
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_IsLessThanOrEqual" to see an example of this function.