Use the SetApplicationCredential component

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Set or update the login credentials in RPA Hub applications by using the SetApplicationCredential component.

    시작하기 전에

    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

    이 태스크 정보

    The SetApplicationCredential component can be used when the automation involves an application that requires the login credentials to be periodically updated, or when the login credentials must be changed for any other reason. This component updates the credentials in RPA Hub.

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

    If the application credential record has the External Credential check box enabled, then this SetApplicationCredential component does not set the credentials and displays an error. For more information about the application credential settings, see Create an application credential in RPA Hub.

    프로시저

    1. In the Toolbox pane, navigate to RPA Hub > Credentials.
    2. Drag the SetApplicationCredential 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 SetApplicationCredential component to the corresponding ports of the other components as described in the following table.
      Port Description Port type Data type Required
      Name Receives the name of the business application that is associated with the bot process Data In String Yes
      Password Receives the password that is needed to log in to the business application Data In String Yes
      Return Returns True if the credentials are set successfully or False if setting the credentials failed Data Out Boolean Yes
    5. To test the component, on the Design tab, select Run.