Show Selection Dialog
Command Description
Displays a dialog that lets the user select one or more options while the automation is running. The workflow waits until the user closes the dialog.
Command Input Parameters
| Input Parameter | Type | Description |
|---|---|---|
| Title | str | Title displayed in the dialog |
| Options | list | Options available to the user |
| Multiple Selection | bool | Whether multiple options can be selected. Defaults to False |
Command Output Parameters
| Output Parameter | Type | Description |
|---|---|---|
| Options | list or str | A list when multiple selection is enabled; otherwise, a string |
Example
-
Single selection
-
Multiple selection