UiPath

How to usethe UiPathinput dialog

This article explains how to use UiPath’s input dialogs. Input dialogs are used to allow users to enter or select information and then use the entered or selected information in subsequent workflows.

The operator of this blog, F-penIT blog

This site was created by translating a blog created in Japanese into English using the DeepL translation.

Please forgive me if some of the English text is a little strange

Description of the input dialog.

If you want to use input dialogs in UiPath, use “Input Dialogs”.

Input Dialog Settings

Input Dialog Setting Items

Setup LocationSetting itemConfiguration details
ConfigurationDialog TitleThe displayed title of the dialog.
Input labelThe label of the input field.
Input typeSelect Text Box if the user should enter text, or Multiple Choice if the user should select an option from a list.
OptionsDisplayNameThe display name of the activity.
IsPasswordSpecifies if the input value should be treated as a password.
LabelThe label of the input field.
OptionsAn array of options to chose from.
Options StringThe options for the user to select from.
PrivateIf selected, the values of variables and arguments are no longer logged at Verbose level.
ResultThe value entered by the user.

Sample Input Dialog for Text Entry

sample process

Output the results of a user’s text input to a log using an input dialog.

– workflow

– Input Dialog Properties

– variable

– Input screen after execution

– Execution Result Log

F-pen

The entered information is output to the log.

Sample Multiple Selection Input Dialog

sample process

Output the results of the user’s selections to the log using the input dialog.

– workflow

– Input Dialog Properties

– variable

– Selection screen after execution

– Execution Result Log

sea otter

The selected results are output to the log.

ABOUT ME
F-Pen
Japanese IT engineer with a wide range of experience in system development, cloud building, and service planning. In this blog, I will share my know-how on UiPath and certification. profile detail / twitter:@fpen17