Labelled static text

This guide will take you through how to set up a labelled static text.

Add a Labelled Static Text

  1. Open an existing application or create a new one in an application package and open it in the Designer.

    1. Add a User step.

    2. Add a Labelled Static Text.

    3. In the Label, write "This is the label header".

    4. In Text, write “I, {userId}, created this labelled static text".

    5. Check the “Use large font” checkbox

    6. Click the Play button in the top right-hand corner to run the application in diagnostic mode.

    You will see your own userId.
  2. Go back to the Designer.

    1. In the Condition To Hide, write “{userId = “your user id”} (the user Id you saw in the static text in the first part)

    2. Run the application in diagnostic mode again.

    The labelled static text is now hidden since the condition is fulfilled.

Last updated

Was this helpful?