Field Value Empty Condition

Functionality

The field value empty condition checks whether the value of a field, label or dropdown is empty or null. This condition can be used to perform certain actions based on the presence or absence of a value. It can be triggered on any provided event and coupled with any action.

Steps

Here are the steps to follow in order to use the field value empty condition:

1

Start by selecting the field name from the dropdown list. This will display a list of all fields within your application.

2

From the list of fields, choose the specific field that you want to check whether it is empty or not. This could be any field relevant to your application.

3

Once you have selected the field, you can close the editor. This step confirms your selection and allows you to proceed to the next steps.

4

You can now use any action in combination with the condition to utilize its functionality.

For Example

For example, let's say a user begins filling out a form and clicks the submit button without entering any information in the email field. In this scenario, the system will check if the email field is empty. If it is indeed empty, the field will be highlighted with a red border, and an error message will be displayed on the field.

In this example, the Set Field Error Action is used in conjunction with the value empty condition.

Last updated