Branch
Last modified: 10 February 2025With the Branch Block allows you can evaluate data on the incoming edge and branch to different Blocks accordingly.

You can add more conditions by pressing the + button and remove them with the Trash icon.
The syntax is anything you would write inside a normal if(...)
statement.
Alternatives
If you have more complex branching requirements, you can use the Javascript Block and use the branchTo(edgeIndexZeroBased, data)
method as follows.
