Branch - Flow Control Widget

The Branch widget allows users to change the way that a flow executes based on the conditions that are met. Branches allow users to create different customer experiences based on information or responses that they receive from people as they move through the flow.

1920

Parameters

ParameterDescription
VariableIn this parameter, you should include the variable that is going to be evaluated in the branch.
OperatorThis parameter represents the condition that will be used to evaluate the value of the variable.
ValueThe value that will be used to compare the value received in the variable.
ComponentThis dropdown parameter list all the widgets that will be used in case the variable value received a match with the condition.
Else ComponentThis dropdown parameter list all the widgets that will be used in case the variable value received does not match the condition.

Multiple Conditions in a Branch

Once you configure at least one option in the branch, you are able to add multiple conditions in the same branch. If you click again on the branch conditions, you will see the following parameters and you can configure the same parameters previously described.

1756