Labeled static text

The labeled static text control comprises a label and text, serving to organize data on the screen.

Use variables enclosed in curly braces {} and FlowScript to make your text generic.

  • Label The label that will be displayed to the user.

  • Text The text that will be displayed to the user.

  • Use Large Font Check the box if you want to make the text font size larger.

  • 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.

Last updated