Static text

A static text element is used to present a non-editable multi-line text block to the user.

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

  • Text The text displayed to the user. To insert line breaks in the text, use the pipe sign (|).

  • 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