IsGreaterThan (Filter)
Description
Tests if the argument's fields are greater than a constant value. Records that meet the conditions are passed on within the Flow.
Use
- Argument:
- Select an argument. (Number)
- Right Side Argument:
- Enter a number to compare if it is greater than the argument value.
Example
An example of using the IsGreaterThan filter function is when processing confidence scores from the various AI studios to determine which records are strong enough and which may need to be checked with Human in the Loop.
If the risk threshold for a field is 0.8 and a model extracts a result at 0.75, maybe it should go to a human for review. But if the result is 0.9, maybe the result can be directly updated in your DB.
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_IsGreaterThan" to see an example of this function.