Use the GetProcessParameter component

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Get the value of a specific process parameter you had set for a bot process in RPA Hub with the GetProcessParameter component in the RPA Desktop Design Studio.

    Before you begin

    Set at least one process parameter as part of a bot process on the RPA Hub. See Create a process parameter within a bot process in RPA Hub.

    Assign the automation to the bot process by using the Assign bot process option in the Toolbar of RPA Desktop Design Studio . You must set the same bot process and robot associated with the process parameter.

    Role required: none

    About this task

    You can configure the properties for the GetProcessParameter component. For more information about these properties, see Properties of the Process Parameters components.

    Procedure

    1. In the Toolbox pane, navigate to RPA Hub > Process Parameters.
    2. Drag the GetProcessParameter component to the Design surface.
    3. To configure the input field, see Configure port properties.
    4. Connect the data and control ports of the GetProcessParameter component to the corresponding ports of the other components as described in the following table.
      Port type Purpose of connection Mandatory?
      Data In (Name) Takes the name of the process parameter you had set as part of the bot process on RPA Hub from a previously executed component. Yes
      Data Out (Value) Returns the value of the process parameter and passes to the next component. Yes
      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
    5. Optional: To test the component, under the DESIGN tab, click Run.