Subscribe

UiPath Studio

The UiPath Studio Guide

Protecting Sensitive Information

To protect sensitive information that is logged during the execution of your automation at the Verbose level, you can choose not to log variable and argument values in both Orchestrator and Studio.

To do this, you can select the Private property check box from the activities that use sensitive information.

377

This option is visible in the DisplayName of the activity:

263

This can also be achieved by using in the title of an activity, the reserved words from the excludedData parameter in the project.json file from a given project (%HOMEPATH%\Documents\UiPath\[PROJECT NAME]).

370

By default, only two words are reserved: "private" and “password.”

However, you can easily add custom reserved words, under the default ones, in between quotation marks. Please note that wildcards (*?) are supported.

366
  • In the example below, all the activities that have password in the name do not send logs to Orchestrator.
200

Updated 2 years ago


Protecting Sensitive Information


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.