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

Use the GetApplicationCredential component

When login credentials for an RPA Hub application are already set in RPA Hub, retrieve the credentials by using the GetApplicationCredential component.

Before you begin

In RPA Desktop Design Studio, assign your automation to a bot process by selecting Assign bot process option from the Design tab. For more information, see Assign bot process to an automation project.

Role required: none

About this task

The GetApplicationCredential component can be used when the automation involves an application that requires user authentication. When a user name and password for the application are stored in RPA Hub, GetApplicationCredential retrieves them.

You can configure the properties for the GetApplicationCredential component. For more information about these properties, see Properties of the Credentials components.

Procedure

  1. In the Toolbox pane, navigate to RPA Hub > Credentials.

  2. Drag the GetApplicationCredential component to the Design surface.

  3. Confirm the configuration of the component's input fields.

    For more information, see Configure port properties.

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

    PortDescriptionPort typeData typeRequired
    NameReceives the name of the business application that is associated with the bot processData InStringYes
    UserNameReturns the user name that is needed to log in to the business applicationData OutStringYes
    PasswordReturns the password needed to log in to the business applicationData OutSecureStringYes
  5. To test the component, on the Design tab, select Run.

Parent Topic:Credentials