The Bool block

Bool block

The Bool block sends a true or false value from its output port. This is useful when you want to control your flow based on a condition. For example, you could send the Bool block's output to an If block. The If block could then route incoming data to one of two HTTP Request blocks, depending on whether the Bool block's value is true or false.

Output

True or False - Sends a true or false value, depending on the state of the True/False toggle.

Setup

Select the toggle to set the block's output to true or false.

You can insert the Bool block into certain blocks instead of connecting them. This makes the true or false value available to the block it's inserted into. For a list of blocks you can insert the Bool block into, see Related blocks.

Example

To see the Bool block in an example flow, check out Flow Snippets: Bool.

You can insert the Bool block into the following blocks:

Last modified: 2024/08/23