Skip to main content

If

Use the If node to split a workflow conditionally based on comparison operations.

Add conditions

Create comparison Conditions for your If node.

  • Use the data type dropdown to select the data type and comparison operation type for your condition. For example, to filter for dates after a particular date, select Date & Time > is after.
  • The fields and values to enter into the condition change based on the data type and comparison you select. Refer to Available data type comparisons for a full list of all comparisons by data type.

Select Add condition to create more conditions.

Combining conditions

You can choose to keep data:

  • When it meets all conditions: Create two or more conditions and select AND in the dropdown between them.
  • When it meets any of the conditions: Create two or more conditions and select OR in the dropdown between them.

Branch execution with If and Merge nodes

Refer to Splitting with conditionals for more information on using conditionals to create complex logic in DeepOpinion.

If you need more than two conditional outputs, use the Switch node.