Show Input Dialog
Command Description
Displays a dialog that accepts user input 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 |
| Default Input | str | Initial value shown in the input field |
| Input Prompt | str | Prompt displayed in the input field |
Command Output Parameters
| Output Parameter | Type | Description |
|---|---|---|
| Input Content | str | Text entered by the user |