Time input

A time input control is employed when the operator needs to enter a time input.

  • Target Variable The name of the new variable where the entered time is stored. Times are stored in the HH:MM format.

  • Prompt The label to display above the time input field.

  • Default Value The default value must be in HH:MM format. If no default value is provided, the current time will automatically be displayed by default.

  • Condition To Hide

    Specify the condition that must be fulfilled for the control to be hidden. If left unspecified, the control will remain visible in the user step. Note that when controls are hidden, empty variables will be generated unless default values or pre-defined data exist.

  • Allow Empty Input If set to True, the user is permitted to proceed in the app without entering anything into the time field.

  • Merge behavior

    The control behavior at reloading, see User step reloading.

Last updated