Use the GetSharedParameters component

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Get the values of multiple shared parameters set up for multiple bot processes on the RPA Hub using the GetSharedParameters component.

    시작하기 전에

    Set multiple shared parameters and associate multiple bot processes on the RPA Hub. For more information, see Create a shared parameter in RPA Hub and Assign a bot process to a shared parameter in RPA Hub.

    Assign the automation to the bot process by using the Assign bot process option in the Design tab of RPA Desktop Design Studio. For more information, see Assign bot process to an automation project.

    Role required: none

    이 태스크 정보

    You can configure the properties for the GetSharedParameters component. For more information about these properties, see Properties of the shared parameters.

    프로시저

    1. In the Toolbox pane, navigate to RPA Hub > Shared Parameters.
    2. Drag the GetSharedParameters component to the Design surface.
    3. Click the component settings icon (Component settings icon.).
    4. Click the add key icon (Add key icon.).
    5. Enter the shared parameter name.
    6. 옵션: Update the shared parameter data type.
    7. Repeat the steps to set more shared parameters.
    8. Click OK.
    9. Connect the data and control ports of the GetSharedParameters component to the corresponding ports of the other components as described in the following table.
      Port type Purpose of connection Mandatory?
      Data Out (Shared Parameter) Returns the value of the shared parameter and passes to the next component. No. Connecting the port is optional.

      To view the output, right-click the Return field and click Preview Data

      .
      Data In (Return) Returns the values of multiple shared parameters as an object and passes to the next component. Yes

      To view the output, right-click the Return field and click Preview Data

      Control In Connects to the Control Out port of one or more components. Yes
      Control Out Connects to the Control In port of another component or the default end component. Yes
    10. 옵션: To test the component, under the DESIGN tab, click Run.