# Labelled static text

## Add a Labelled Static Text

1. Open an existing [application ](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/create#create-application)or create a new one in an [application package](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages) and open it in the Designer.

   1. Add a User step.&#x20;
   2. Add a Labelled Static Text.
   3. In the Label, write "This is the label header".&#x20;
   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.

   <figure><img src="https://1716064794-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIgl6sNaTky0iALxYWHH%2Fuploads%2FN3dNI37RVzigtomlO7uJ%2FWith%20border.png?alt=media&#x26;token=df71f6f5-a26f-4813-883e-8f4a81e6e43c" alt=""><figcaption><p>You will see your own userId.</p></figcaption></figure>
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.

   <figure><img src="https://1716064794-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIgl6sNaTky0iALxYWHH%2Fuploads%2FoHGixRKhz7mCgFwRtmor%2FWith%20border.png?alt=media&#x26;token=fabf8a31-f25e-4599-9864-41bbd0010540" alt=""><figcaption><p>The labelled static text is now hidden since the condition is fulfilled.</p></figcaption></figure>
