BoolIf
The BoolIf function outputs data as determined by the first input stream's Boolean value.
If the first input stream is True, the True property's value is output.
If the first input stream is False, the False property's value is output.
Input/Output
Number of Connections: Min: 1/Max:3
| Input | Data Type | Description |
| Input1 | Boolean | Boolean |
| Input2 | All | Sets the True property. (optional) |
| Input3 | All | Sets the False property. (optional) |
| Output | Data Type | Description |
| Output1 | All |
If the first input stream is True, the True property's value is output.
If the first input stream is False, the False property's value is output.
|
Property
| Name | Property Type | Description |
| True | string | The data to be output if the first input stream is True. |
| False | string | The data to be output if the first input stream is False. |