Numeric input

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

Add a numeric input

  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 Numeric input.

    3. In the Target Variable, write "price".

    4. Under Appearance, in Prompt, write "Enter a price".

    5. In Default Text, write "100".

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

    The way the app is set up, it won't allow the user to leave the value empty. We therefore have a default value. If you want the user to not be able to move forward without writing a value of their own, remove the default value.
  2. Go back to the Designer.

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

    2. Run the application in diagnostic mode again.

    The image is now hidden since the condition is fulfilled.

Last updated