Text: Check if empty
Use this action to check if a field is empty or contains only spaces. This action will return true or false depending on the result. If the field is empty, or contains only spaces, the action returns True
. If there are any characters, the action returns False
.
Example | Result |
---|---|
quick brown fox | False |
True | |
True | |
!!!! | False |
note
- Note: If the field contains spaces only spaces, like `
, or
, the action considers that empty and will return
True`.
How to configure this action
When configuring this action, enter a string or reference a field in the Source Text field configuration. How do I reference a field?
Fields for this action
-
Source Text
- The string to perform the operation on. Enter text or reference a text field.
-
Output field prefix
- To help keep output fields organized, choose an output field prefix to add to the beginning of each output field name as this action may output more than one field.
What will this output?
This action may generate multiple fields. To help keep output fields organized, the prefix above will be added to the beginning of each of the output field names, separated by two dashes. Each field will result as:{{output-field-prefix--output-field}}
.
Output fields for this action
-
Result
- The result of the operation. The output is a True False type field.
Thanks for your feedback
We update the Help Center daily, so expect changes soon.
Link Copied
Paste this URL anywhere to link straight to the section.