Text input
This guide will take you through how to set up a text input.
Add a text input
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 Text input.
In the Target Variable, write color.
Under Appearance, in Prompt, write "Write a color".
In Default Text, write "Blue".
Under Behaviour, check the boxes "Force Uppercase", "Enable Text Correction" and "Trim Input Automatically".
Click the Play button in the top right-hand corner to run the application in diagnostic mode.
Notice that the default text shows as BLUE even though we wrote Blue, since we checked the "Force Uppercase" checkbox. Go back to the Designer.
In the Condition To Hide, write “{userId = “your user id”} (the user Id you log in to Connect with)
Run the application in diagnostic mode again.
The image is now hidden since the condition is fulfilled.
Last updated
Was this helpful?