Skip to main content

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 ParameterTypeDescription
TitlestrTitle displayed in the dialog
OptionslistOptions available to the user
Multiple SelectionboolWhether multiple options can be selected. Defaults to False

Command Output Parameters

Output ParameterTypeDescription
Optionslist or strA list when multiple selection is enabled; otherwise, a string

Example

  • Single selection

  • Multiple selection