WorkFlo Designer - User Input Node
This node is an assignable node that is used to prompt the user for one or more input values. It can be configured to validate the values using a regular expression. If the regular expression is not matched, it will prevent further processing and display a message to the user explaining the validation error. The user-supplied value is configured to be written to a specific cell on the associated spreadsheet.

Properties
Node ID
Auto-generated node ID. Read only.
Node Label
The label of the node to be displayed on the workflow canvas.
Task Description
The title of the user assignment.
Assignment Role
The role to which this interactive input will be assigned. A role can be selected from the dropdown table.
Field Count
The number of values the user needs to supply.
Input Fields
A list of field groups will be displayed with the list length defined by the Field Count property. This group of fields is used to define the input field and its behaviour.
Field Label
The label of the input field
Value Cell
The spreadsheet address where the user-supplied value will be written to.
Validation
The regular expression which will be used to validate the user-supplied value. If no expression is provided, the value will not be validated.
Validation Message
The message to be presented to the user if the validation fails.