Skip to content

Open User Interactive Confirmation Dialog

Overview

Display a confirmation dialog, and continue executing subsequent automation steps after the user clicks the Confirm or Cancel button

Parameter Configuration

ParameterDescription
Dialog TitleDisplay the title of the dialog. You can use expressions to obtain context variables to specify dynamic content
Dialog Distance from TopDisplay the distance of the dialog from the top. You can use expressions to obtain context variables to specify dynamic content
Dialog WidthDisplay the width of the dialog. You can use expressions to obtain context variables to specify dynamic content
Dialog HeightDisplay the height of the dialog. You can use expressions to obtain context variables to specify dynamic content
Prompt TextPrompt text, you can use expressions to obtain context variables to specify dynamic content
Text Horizontal AlignmentHorizontal alignment of prompt text. Optional Left, Center, Right, Justified, default is Center
Text Vertical AlignmentVertical alignment of prompt text. Optional Top, Center, Bottom, default is Center
Confirm Button TextConfirm button text, you can use expressions to obtain context variables to specify dynamic content
Cancel Button TextCancel button text, you can use expressions to obtain context variables to specify dynamic content

Return Value

Return ValueTypeDescription
Is ConfirmedBooleanReturn value after user clicks confirm or cancel

Usage Scenarios

  • Some sensitive operations in business (such as deleting data, updating data) that require user confirmation before proceeding