Branch¶
Description¶
Checks a boolean Condition and returns True result if condition is true, False result otherwise
Input/Output¶
Condition : value (boolean) <= Source
True result : any <= Source or User
False result : any <= Source or User
Output : any
Usage¶
- Connect a source to the operator
- Drag a boolean value from the source tree and drop it into input field Condition
- If you want to manually add results, type a True result and a False result; otherwise, click on OK
- Repeat steps 1-2 for True result and False result
Example¶
Condition = true
True result = {"result":"ok"}
False result = {"result":"error"}
Output = {"result":"ok"}