false

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

false v10.4.28

Gives the condition false hard-coded

Out pins 1
  • condition
    condition

Constant: always outputs false on the condition pin; evaluates nothing and takes no inputs. Wired as a literal false value for other blocks, not a comparator.

false outputs a constant false condition, the mirror of true. Use it where a pin demands a condition that should stay off, like the skip flag of an update or a disabled flag in set fields.

Studio canvas example for the false block: a fixed false for optional conditions.

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.
  • fields to select: this block feeds into it. Only return the selected fields in the search results (e.g. speed improvement).
  • return: this block feeds into it. Returns the added custom pins as data-pins on the function execute.
  • fields: this block feeds into it.
  • broadcast: this block feeds into it. Send a message across different sessions over a channel and event. These messages are on send and forget base and are not stored.
  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.

Version history

Introduced in v10.4.28.


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