Show Message Dialog
Command Description
Displays a message dialog while the automation is running. The user can choose Confirm or Cancel, and If Specified Button Was Clicked can branch based on that choice. The workflow waits until the dialog closes or the configured timeout action occurs.
Command Input Parameters
| Input Parameter | Type | Description |
|---|---|---|
| Title | str | Title displayed in the dialog |
| Content | str | Message displayed in the dialog |
| Auto-click on Timeout | enum | Action to take when the timeout expires: None, Confirm, or Cancel |
| Timeout | number | Maximum time to wait, in seconds. Required when Auto-click on Timeout is Confirm or Cancel |
Command Output Parameters
None.