Skip to main content

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)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Field to verifyField to be verifiedNote: To see the data library dropdown, start by typing "#{{" and then select the desired field.TextYes#{{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

NAMEDESCRIPTION
YesThis status is selected if the content of the field entered is empty.
NoThis status is selected if the content of the field entered is not empty.
UnsuccessfulThis 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