Text

This field is used to input text in the workflow. The field can be used to enter any kind of text - numbers, letters and special characters.

{
"type": "text",
"id": "visitorName",
"label": "Visitor Name",
"showInTable": true,
"isRequired": true
}

The above example stores data in the form of a text field where the user is permitted to enter anything and makes it a required field.

Field Attributes

NameTypeDescription
idstringAssigns a name for the given field on the backend. This name can be used to refer this field in another field
labelstringAdds a label to the given field
isRequiredbooleanMakes a field mandatory
showInTablebooleanDisplays the field in a table after saving the entry