Image selection input
This guide will take you through how to set up an Image selection input.
Last updated
This guide will take you through how to set up an Image selection input.
Last updated
No connectors will be used in this example, but data from table steps will be utilized. Please download the file below; it will be used to import into the required table steps
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 Table step.
Open the Table step and select Import File.
Choose the semicolon separator and click OK.
Select the "Image selection.csv" file downloaded in the prerequisite section above.
Set the table variable name to "Articles" and click OK.
Change the step name to "Articles". It's good practice to name steps after their content.
Right-click on the "Articles" step, select Add data arrow, and connect it to the User step created in step 1.
Open the User step.
Add an Image Selection Input.
In the Target Variable, write "Article".
In the Data Source, in the Table Variable, choose the table "Articles".
In the Prompt, write "Choose an article".
In the Item Text, write "{Name}".
In the Image Source, write "{Picture}".
Check the "Allow Multiple Selections" checkbox.
Click the Play button in the top right-hand corner to run the application in diagnostic mode.
Condition to hide
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.