Static text

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

Add a 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 Static Text.

    3. In Text, write “This static text field was created on {now()} | with a pipeline break".

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

    You will see todays date and time.
  2. Go back to the Designer.

    1. In the Condition To Hide, write “{userId = “your user id”} (the user Id you log on with)

    2. Run the application in diagnostic mode again.

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

Last updated

Was this helpful?