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

Use the Password component

Generate any random password by using the Password component in RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can define the complexity of the password based on the following rules:

  • Define the length of the password. 11 is the default length.
  • Number of lowercase characters. The default number is 1.
  • Number of uppercase characters. The default number is 1.
  • Symbols. The default symbols are "~!@#$%^&*()_-+=;?\/"
  • Number of symbols: The default count is 1.
  • Numbers. The default number is 1.

To configure the properties for the Password component, see Properties of the Random components.

Procedure

  1. In the Toolbox pane, navigate to Utilities > Random.

  2. Drag the Password component to the Design surface.

  3. To provide the inputs to the fields, see Configure port properties.

  4. Connect the data and control ports of the Password component to the corresponding ports of the other components as described in the following table.

    Port typePort nameData typePurpose of connectionDefault valueMandatory?
    Data InLengthIntegerTakes the length of the password.11Yes
    Data InLowercaseIntegerTakes the number of lowercase characters to be included in the password.1Yes
    Data InUppercaseIntegerTakes the number of uppercase characters to be included in the password.1Yes
    Data InSymbolsStringTakes the symbols to be included in the password.~!@#$%^&*()_-+=;?\/Yes
    Data InSymbolsCountIntegerTakes the count of symbols to be included in the password.1Yes
    Data InNumbersIntegerTakes the total count of numbers to be included in the password.1Yes
    Data OutReturnStringReturns the random password.Not applicableNot applicable
  5. To test the component, right-click the component bar and then click Run From Here.

Parent Topic:Random