Unit
With Unit you can add a unit. The value of the unit will be saved in a variable.
- Type: the type of the parameter.
- (variable) key: the name of the variable that will contain the parameter value. The variable will be addressed in the workflow with this name. You can use dot notation if you want to group single variables into a single object. For example: customer.name, customer.address and customer.telephone will result in one variable customer that is an object with three fields name, address and telephone.
- Label: the label in the KIOSK interface.
- Help text: the help text that will appear next to the label.
- Field options: - Required?: if you select this checkbox, the field must be filled in. This will be indicated by an asterisk next to the label in KIOSK.
- Readonly: if you select this checkbox, the field is read only and cannot be filled in.
 
Value Options
- Default number: the default number.
- Unit type: the type of the unit.
- Storage unit: the unit that is used to store the value in the variable. For example, if the Unit type is length, the Storage unit is in and the user enters 10 in the form, the variable value will be 0.393701.
- Minimum: the minimum value of the unit.
- Maximum: the maximum value of the unit.
Note: Unit preferences
        The units displayed in the node's UI will be those set in CLOUDFLOW's general user preferences. In case of conflicts these fall back on the system preferences.
Style
- Background color: the background color of the field.
- Font color: the font color of the text in the field.