Boolean

A literal true/false value.

Emits a fixed true or false value. Use it to hard-wire a switch or default flag into a flow.

Inputs

This node has no inputs.

Outputs

  • ValueBoolean. Represents the configured true or false value.

Configuration

  • ValueSelect (True, False). Controls whether the emitted value is true or false.

Example use cases

Force a branch

Wire a constant true into an If / Else while testing to always take the true path.

See also