If-Else
Click to copy
A condition statement. If the "Boolean" data input is True, the process will flow to the "True" flow output, otherwise to "False".
Flow Connections
- Input In - starts the block's execution.
- [Output] True - activates if the "Boolean" data input is True.
- [Output] False - activates if the "Boolean" data input is False.
Data Connections
- [Input] Boolean (boolean) - variable to be evaluated.