true
This block is part of the condition group and was last modified in core v10.4.28.
true v10.4.28 Gives the condition true hard-coded.
Out pins 1
- condition
conditionRepresents the condition that is always true.
Constant: always outputs true on the condition pin; evaluates nothing and takes no inputs. Wired as a literal true value for other blocks, not a comparator.
true outputs a constant true condition. It is the block you reach for when a pin demands a condition and you want it always on, like the true branch value of if or a flag field in set fields.

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.
- sorting: this block feeds into it. Sorts the results on the given field and ordering.
- fields: this block feeds into it.
- return: this block feeds into it. Returns the added custom pins as data-pins on the function execute.
- execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
- new object: this block feeds into it. Builds a new object filled with the given fields.
Used in these guides
These documentation pages use or explain this block:
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
