is not empty

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

is not empty v10.4.28

checks if the date is filled (not empty)

In pins 1
  • Date required
    date

    The date to be checked.

Out pins 1
  • condition
    condition

    The condition that tells if the given date is filled (not empty).

True when the date pin is connected and non-nil; false ONLY for nil/missing. No date parsing or validity check happens: 0, an empty string, or any other non-nil value all count as not empty (true).

A typical wiring for is not empty: the condition out pin feeds branch.

Studio canvas example for the is not empty block: typical wiring for is not empty.

Version history

Introduced in v10.4.28.


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