If Else
Modified on Sun, 11 Jun 2023
You can use this node to perform actions, based on certain conditions.
- Select and click the If-Else node from the Nodes Library.
- Open the node and add the condition that you want to test.
- Add the nodes that should be executed when the condition is true.
- Add other nodes that should be executed when the condition is false.
You can have further branches based on the if/else condition.
EgIn 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.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article