blokboard/ Open app

Node reference

If

Branch using conditions

CoreFlowif

Branch using conditions

Part of Core / Flow. This reference is generated from the node definitions shipped with Blokboard.

When to use it#

  • Continue only when a balance exceeds a threshold.

Parameters#

ParameterField typeDefaultDescription
Conditions (conditions)conditions[{"left":"","operator":"==","right":""}]

Inputs#

PortValueDescription
inobjectPayload evaluated by the configured condition.

Outputs#

PortValueDescription
trueobjectOriginal payload routed when conditions pass.
falseobjectOriginal payload routed when conditions fail.

Use in a workflow#

Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.

See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.