Skip to main content

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 ParameterTypeDescription
TitlestrTitle displayed in the dialog
ContentstrMessage displayed in the dialog
Auto-click on TimeoutenumAction to take when the timeout expires: None, Confirm, or Cancel
TimeoutnumberMaximum time to wait, in seconds. Required when Auto-click on Timeout is Confirm or Cancel

Command Output Parameters

None.

Example