Verify if a field is empty
Verify if a field has no value. Generally used to determine if a data point from previous Wrk Actions in the Wrkflow is empty or not.
Common use cases
- Data Manipulation
- Data Management
Category
- Text
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Field to verify | Field to be verifiedNote: To see the data library dropdown, start by typing "#{{" and then select the desired field. | Text | Yes | #{{Word Text}} |
Note: The value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
- N/A
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Yes | This status is selected if the content of the field entered is empty. |
| No | This status is selected if the content of the field entered is not empty. |
| Unsuccessful | This status is selected in the event of the following scenarios:- An error occurred before determining if the field is empty or not |
Requirements
- N/A