If (Filter)
Description
If the condition is true, the result is the consequent. If the condition column is not true, the result is the alternative. Records that meet the conditions are passed on within the Flow.
Use
- Condition:
- Select the first argument. (Boolean)
- Consequent:
- Select the second argument. (Boolean)
- Alternative:
- Select the third agreement. (Boolean)
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_If" to see an example of this function.