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 Send 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 embed the Bool block in certain blocks instead of connecting them. This makes the true or false value available to the block it's embedded in. For a list of blocks that can embed the Bool block, see Related blocks.

Example

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

You can embed the Bool block in the following blocks:

Last modified: 2024/08/23