This action asks the user to select one or more items from a list and store the selection in a variable.
[Added in Actionaz 3.3.0.]
Standard parameters
Question
The question asked to the user.
Mode
The display mode.
Combo box: allows to select one item
Editable combo box: allows to select one item or to enter a value
List: allows to select one or more items
Checkbox: allows to select one or more items
Radio button: allows to select one item
Items
Default value
The default selected item.
Output parameters
Variable
The variable where to store the selection:
No selection: a null value
One item: the name of the item (string)
Multiple items: the item names (array of string)
Advanced parameters
Window title
Window icon
The window icon to use. This is the path to the image that will replace the window icon.
Maximum choice count
The maximum number of selected items.
Exceptions