Skip to main content

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 ParameterTypeDescription
TitlestrTitle displayed in the dialog
Default InputstrInitial value shown in the input field
Input PromptstrPrompt displayed in the input field

Command Output Parameters

Output ParameterTypeDescription
Input ContentstrText entered by the user

Example