NotEquals (Filter)
Description
Tests if two values of the same type are not equal. Records that meet the conditions are passed on within the Flow.
This function is typically used to branch a Flow together with the Equals filter function. This branching method does not require a having to first use a function that results in a Boolean value.
It can be used for processing records where a condition is not met.
This is a filter function.
Use
- Argument:
- Select an argument. (Any)
- Argument:
- Select a second argument. (Any)
Example
You have records with a fields named Year and Total. You only want to process the Total values from years other than 2021. With the NotEquals filter set to an argument containing "2021", all records containing 2021 will be discarded and the records containing other years are passed on within the Flow.
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_NotEquals" to see an example of this function.