Instructions
Insert the "Validate empty fields" element into the editor and fill in the properties below:
--------------------------------------------
1) "data" property
Insert a JSON object with its keys and values.
For example:
{
"name":"Leonardo",
"city":"New York",
"age":"28"
}
The parameter will be the field name and the parameter value will be the field value.
Fill in as many fields as you want.
--------------------------------------------
2) "Number of Fields" property
Fill in the number of fields to be validated
-------------------------------------------
The plugin element returns 3 outputs.
- List of empty field names
- List of non-empty field names
- Validated (yes/no)