is empty

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

is empty v10.4.28

checks if the date is 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 empty or not.

True only when the date pin resolves to nil/missing. Any non-nil value counts as filled and yields false, including 0, an empty string, or an unparseable date string. Example: date="" -> false (not nil, so not empty).

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

Studio canvas example for the is empty block: typical wiring for is 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