Header

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

Add a Header

  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 Header.

    3. In Text, write “I, {userId}, created this header".

    4. 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 header in the first part)

    2. Run the application in diagnostic mode again.

    The header is now hidden since the condition is fulfilled.

Last updated

Was this helpful?