Branch

This component enables you to divide the flow into multiple segments, producing several distinct outputs.

Description

The main task of the Branch component is implement logic that requires different outcomes or actions based on varying conditions. It helps in making decisions, controlling the flow of execution, and producing diverse outputs accordingly. By implementing "if" conditions this will sort the results. You can add conditions on your branch by clicking on "+ And" button or "+ Or Group".

The Branch component has the identifier of branch-X, where X represents the instance number of the Branch component.

Component settings

Advanced configurations

This Branch component has no advanced configurations.

Use case

Here is a simple use case of the Branch component, where the Branch component is being used with the condition "Text Starts with".

Last updated