Skip to content

If

Splits a flow into two branches based on conditional logic.

Inputs

  • Main: Items to evaluate

Outputs

  • True: Items that meet the conditions
  • False: Items that do not meet the conditions

Parameters

Display NameNameTypeDefaultDescription
CombinatorcombinatoroptionsallAll (AND) or Any (OR)
ConditionsconditionsfixedCollectionList of conditions (String, Number, Date, Boolean, etc.)