!== false
This block is part of the condition group and was last modified in core v10.4.28.
!== false v10.4.28 checks whether its operands are not equal to false
In pins 1
- condition required
condition
Out pins 1
- condition
condition
Negated check: true when the input is anything other than exactly boolean false: nil/missing, 0, "", "false", objects and arrays all yield TRUE. Only exact boolean false yields false. No truthiness coercion. Example: condition=nil -> 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 Return to the group to view all blocks within this group

