The Is Not Blank block is used to check if a text is not blank.
Example A:
The result of an empty input text is false.
Example B:
The result of a nonempty input text 'Centrldesk' is true'.
Result:
False if the text contains no content or true if there is content.
Tips and best practices:
The value 'null' is a special state and is evaluated as empty content.Library:
Text