Labelled static text
This guide will take you through how to set up a labelled static text.
Add a Labelled Static Text
Open an existing application or create a new one in an application package and open it in the Designer.
Add a User step.
Add a Labelled Static Text.
In the Label, write "This is the label header".
In Text, write “I, {userId}, created this labelled static text".
Check the “Use large font” checkbox
Click the Play button in the top right-hand corner to run the application in diagnostic mode.
Go back to the Designer.
In the Condition To Hide, write “{userId = “your user id”} (the user Id you saw in the static text in the first part)
Run the application in diagnostic mode again.
Last updated