This System category includes activities for interacting with users through dialog boxes. These activities help facilitate user interaction within automation workflows.
The Dialog activity has the following sub activities:
Input Dialog: This activity displays a dialogue box that prompts the user with a label message and input field.
Input Properties:
Title: Title of the dialog box.
FieldLabel: The label for the dialog box’s input field.
Output Properties:
Output: The value inserted by the user in the input field.
Message Box: This activity displays a message box with the given text.
Input Properties:
Message: The text to be displayed in the message box.
Caption: The title of the message box.
Mouse Button: Select the required buttons like OkOkCancel, YesNoCancel, YesNo.
Output Properties:
ChosenButton: Displays The Selected Button.
Select File: This activity is used to retrieve the path of the file that has been manually selected by the user.
Input Properties:
Filter: A filter to shortlist files based on specific criteria.
Output Properties:
SelectedFile: Returns the full path of selected file in a String variable.