Validate the data in RPA Desktop Design Studio
Validate your data by using the Validate Data option at a component level in RPA Desktop Design Studio.
Before you begin
Configure a component. For more information, see Use a component in RPA Desktop Design Studio.
Role required: none
About this task
You can ensure that the data coming from a Data Out port is not null by using the NotNullValidation validation type. You can also write custom validations by using a script.
Procedure
In the RPA Desktop Design Studio, on the Design surface, right-click either the Data In or Data Out port of a component and select Validate Data.
In the VALIDATIONS dialog box, from the Validator list, select either of the following validation types:
| Type | Description and action |
|---|---|
| NotNullValidation | Checks if the given input is null. A custom message can be inputted for validation and error handling.
Image omitted: not-null-validation-text-box.png Text box for entering the error message.</p>
|
| ScriptValidation | Enables you to choose from a list of programming languages and write a validation script to ensure the data that flows in or out of the Data port is validated against the mentioned conditions. Otherwise, it stops execution and throws an error.1. Click the plus icon ( Image omitted: add-image-icon.png 2. Click the script icon ( Plus icon.) to add a validation. Image omitted: script-validation-icon.png 3. From the following SCRIPT LANGUAGE list, select your preferred scripting language to write your custom validation: - VB.NET - C# - Javascript 4. In the Script section, enter the code. For example, script icon.) to open the SCRIPT VALIDATION dialog box. Return Value > 300. 5. Click OK. 6. In the text box next to [SCRIPT], enter the custom error message as shown in the following example. Image omitted: script-validation-textbox.png Field for entering the error message.</p>
|
- To delete a validation rule, click the delete icon (
Delete icon.\) and in the Confirmation dialog box, click **Yes**.
Parent Topic:Using automations