Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

  1. 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.

  2. In the VALIDATIONS dialog box, from the Validator list, select either of the following validation types:

TypeDescription and action
NotNullValidation

Checks if the given input is null. A custom message can be inputted for validation and error handling.

  1. Click the plus icon (
    Image omitted: add-image-icon.png
    Plus icon.) to add a validation.</li>
  2. In the text box next to [NOT NULL], enter the custom error message as shown in the following example.

Image omitted: not-null-validation-text-box.png
Text box for entering the error message.</p>
  1. Click OK.
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
Plus icon.) to add a validation.
2. Click the script icon (
Image omitted: script-validation-icon.png
script icon.) to open the SCRIPT VALIDATION dialog box.
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, 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>
  1. Click OK.
  1. To delete a validation rule, click the delete icon (
Image omitted: remove-icon.png
Delete icon.\) and in the Confirmation dialog box, click **Yes**.

Parent Topic:Using automations