=== true

This block is part of the condition group and was last modified in core v10.4.28.

=== true v10.4.28

returns true if the boolean is true.

In pins 1
  • condition required
    condition
Out pins 1
  • condition
    condition

True only when the input is exactly boolean true; false for everything else, including truthy non-booleans and nil/missing. No coercion. Example: condition="true" -> false (string, not boolean).

deepequal
equal

A typical wiring for === true: the condition out pin feeds branch.

Studio canvas example for the === true block: typical wiring for === true.

Commonly used with

In production blueprints, this block is most often wired together with:

  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
  • get fields: feeds into this block. Gets the selected fields from the given object.

Version history

Introduced in v10.4.28.


Back to condition Return to the main group to view all sub-groups Back to condition: boolean Return to the group to view all blocks within this group