Labeled static text

The labelled static text control can be used to structure data in a good way on the screen. For example Label = "Order no:" and text = "{orderNo}" (a variable for the order number). The result is shown in the picture below.

Use your variables (with {}) and Flow script to make your texts generic.

  • Label Enter a text that will be displayed to the user.

  • Text Enter a text that will be displayed to the user.

  • Use Large Font Check the box to make the font size of the text larger.

  • Condition To Hide

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

Last updated