---
sourceDocument: Yokohama Data and Automation
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/integrate-applications

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Data and Automation

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Use the GetProcessParameters component

# Use the GetProcessParameters component {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Get the values of a process parameter you had set for a bot process in RPA Hub with the GetProcessParameters component in the RPA Desktop Design Studio. The component returns both the individual values of the
parameters and all values as an object.

## Before you begin

Set at least two process parameters as part of a bot process on the RPA Hub. See [Create a process parameter within a bot process in RPA Hub](https://www.servicenow.com/docs/sHy~e8DqH8FhLQgCaj9RLQ "Create a process parameter to store the variables that are used within a bot process. The process parameter that you just created can only be used by this bot process.").

Assign the automation to the bot process by using the Assign bot process option from the Design tab of RPA Desktop Design Studio. You must set the same bot process and robot associated with the process parameter. For more information, see [Assign bot process to an automation project](https://www.servicenow.com/docs/RGsN4_ux2Qqu5R7EL3A~ow "Assign a bot process to an automation project in RPA Desktop Design Studio to start using the bot process resources.").

Role required: none

## About this task

You can configure the properties for the GetProcessParameters component. For more
information about these properties, see [Properties of the Process Parameters components](https://www.servicenow.com/docs/_OdUOYcYBglP2ohME2bkjA "Learn about the properties of the Process Parameters components in RPA Desktop Design Studio.").

## Procedure

1. In the Toolbox pane, navigate to RPA HubProcess Parameters.
2. Drag the GetProcessParameters 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 name of one of the process parameters.  
   A Data In port is created.
6. **Optional:** Update the process parameter data type.
7. Repeat the steps to add more parameters.
8. Click OK.
9. Connect the data and control ports of the GetProcessParameters component to the corresponding ports of other components as described in the following table.  
   {#use-processprm-getprsprms__table_jnw_jn1_krb__entry__3}

   | Port type | Purpose of connection | Mandatory? |
   |-|-|-|
   | Data Out (Parameter) | Returns the value of an individual process parameter and passes to the next component. | Yes |
   | Data Out (Object) | Returns the values of process parameters you had set in the component as an object and passes to the next component. | Yes |
   | Control In | Connect to the Control Out port of one or more components. | Yes |
   | Control Out | Connect to the Control In port of another component or the default end component. | Yes |
   [ ]

   {#use-processprm-getprsprms__table_jnw_jn1_krb}
10. **Optional:** To test the component, under the DESIGN tab, click Run.

*[\>]: and then


