You can use this node to perform actions, based on certain conditions.

  1. Select and click the If-Else node from the Nodes Library.
  2. Open the node and add the condition that you want to test.
  3. Add the nodes that should be executed when the condition is true.
  4. Add other nodes that should be executed when the condition is false.

You can have further branches based on the if/else condition.

Eg

In the below example, the if-else node checks if the condition "amount=1000" is true. If it is, a new BO is created using a call node. If it is not true, another operation is performed.

Image description