Input DialogThis activity is applicable only for an attended automation process. It displays a message box and prompts you to provide input that lets you add parameters dynamically. Using Input Dialog Activity1. In the Canvas Tools pane, click Assign and Write to expand the tool and view the associated activities. 2. Drag the Input Dialog activity and drop on to the Flowchart designer on the Canvas.
3. In the Title field, enter a title of the input dialog box and select the checkbox to set it as the default title. 4. Alternatively, in the Title list, select a parameter to display the default value entered. You must define the parameter in the Parameter bar to use this option. 5. In the Input Type list, select the type of input you want to provide. By default, Input Type is set as TextBox. a. If the Input Type selected is TextBox: i. In the Regex for input validation field, enter the regex or the regular expression to match and validate user inputs. ii. In the Error message on validation failure field, enter the message to display if the regex validations fails. b. If the Input Type selected is Radio, in the Options field, enter values of string datatype separated by semicolon and select the check box to set it as the default value. Alternatively, in the Option drop down list, select a parameter of type string with semi colon separated values. You must define the parameter in the Parameter bar to use this option.
c. If the Input Type selected is List, in the Options field, enter values of string datatype separated by semicolon and select the check box to set it as the default values. Alternatively, in the Option list, select a parameter of type string with semi colon separated values. You must define the parameter in the Parameter bar to use this option.
6. In the Result list, select the parameter in which you want to store the output. You must define the output parameter in the Parameter bar to use this option. The Input Dialog activity is created. Input Dialog PropertiesThe properties of Input Dialog activity are listed in the following table and can be edited in the Properties grid on the right pane.
|
On This Page Hide
Related Topics |