General

Check if a value is empty using Is Empty block

Check if a value is empty

The Is Empty block is used to check if a value is empty.

If the input is empty it evaluates to true. If not, false is returned. 

Example A:

library-general-isnull-example-1

The result of the input text 'Centrldesk' is false.

Example B:

library-general-isnull-example-2

The result of an empty 'null' input is true.

Result:

True or false depending on whether input is 'null' or not.

Tips and best practices:

Can be used as a check if a value must not be empty.

Library:

General

Similar posts

Subscribe to our newsletter

Stay up to date on upcoming news and topics of creating web apps without code.