Branch
The Branch widget allows you to change the way that a flow executes based on the conditions that are met. Branches allow you to create different customer experiences based on information or responses that you receive from people as they move through the flow.
Parameters
Parameter | Description |
---|---|
Variable | In this parameter, you should include the variable that is going to be evaluated in the branch. |
Operator | This parameter represents the condition that will be used to evaluate the value of the variable. |
Value | The value that will be used to compare the value received in the variable. |
Component | This dropdown parameter list all the widgets that will be used in case the variable value received a match with the condition. |
Else Component | This 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 yoy 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.
Updated almost 2 years ago