Image selection input

The image selection input control is utilized to display a list of selectable images, supporting both single and multiple selections. Selected images are imported via image URL.

  • Target Variable Output table of images selected and their properties(Text).

  • Table Variable Input table of image-URLs and their properties.

  • Default Selection Adding a source from the input table such as {Column2} will preselect all images contained in that column.

  • Prompt The text to be displayed above the control.

  • Item Text The text to be shown below each picture

  • Image Source The data source column that contains the image URLs.

  • Allow Multiple Selection Check this box if multi-selection is to be allowed. If the box is unchecked, only one image can be selected.

  • Condition To Hide Specify the condition that must be fulfilled for the control to be hidden. If left unspecified, the control will remain visible in the user step. Note that when controls are hidden, empty variables will be generated unless default values or pre-defined data exist.

  • Reloading behavior The control behavior at reloading, see User step reloading.

Last updated