Data / Logic data/is_null

Is Null

Checks whether a value is null (or optionally blank).

Inputs

NameTypeOptionalDescription
value any The value to check.

Outputs

NameTypeDescription
isNull boolean True when the value is null.
notNull boolean True when the value is not null.

Properties

KeyTypeDefaultDescription
checkBlank boolean false Also treat blank strings as null