Check if Value is Present or Empty (null)

Checks if the value is present (not empty string or null).

Check if the provided value is empty. If the value is an empty string or the value is null the empty action output will be true.

Action Inputs

NameTypeDescription
ValueObjectThe value to check

Action Outputs

NameTypeDescription
Empty?BooleanWhether the value is empty or not. Empty is defined as an empty string or null