UiPath Input dialog and Message Box

Input dialog

Input dialog helps to take input from the user such that it can be stored inside a variable. This activity comprises of two properties: the “Title” and the “Label”.

When the workflow is executed, the “Title” and the “Label” are shown in the form of a dialog box pop-up. The two properties must include a string or a string variable.

The input is given by the user in the “Empty Box” is stored inside a string variable, which can be configured in the properties panel.

Message box

This executes a Message Box that pops up on the screen displaying a particular user-defined string which is Execution Successful in this example

.

This can be used for various purposes such as debugging, relaying information to the user on meeting certain conditions such as successful completion of workflow execution, or to display errors.