---
sourceDocument: Zurich Workflow Data Fabric
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/integrate-applications

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Workflow Data Fabric

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Use the SetProperties component

# Use the SetProperties component {#ariaid-title1}

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

Set multiple properties within a JSON object by using the SetProperties component in
the RPA Desktop Design Studio. You can also override a property within the JSON
object.

## Before you begin

Role required: none

## About this task

To configure the properties of the SetProperties component, see [Properties of the JSON utilities](https://www.servicenow.com/docs/1rS0wX6N_SuYBCct~P1iXA "Learn about the properties of the JSON utilities in RPA Desktop Design Studio.").

## Procedure

1. In the Toolbox pane, navigate to UtilitiesJSON.
2. Drag the SetProperties component to the Design surface.
3. Click the component settings icon (![Component settings icon.]()).
4. Click the add property icon (![Add property icon.]()).
5. Enter the property name.
6. Repeat the steps to add more property names.
7. Click OK.
8. To provide the values for the property names, see [Configure port properties](https://www.servicenow.com/docs/kGXMTSCBH6H5nx8cA3ZpuA "Configure how data is passed to the input fields of a component or method in RPA Desktop Design Studio.").
9. **Optional:** Connect the data and control ports of the SetProperties component to the corresponding ports of the other components as described in the following table.  
   {#use-utilities-json-setproperties__table_jnw_jn1_krb__entry__4}

   | Port type | Port name | Data type | Description |
   |-|-|-|-|
   | Data In | JsonObject | Object | The JSON object in which the properties are to be set. The properties that you set in this component are added to the JSON object. |
   | Data In | Override | Boolean | Indicates whether to override properties, if they already exist. If True, the component overrides an existing property in the JSON object with the property that you specify. Else, if False, it doesn't override any property. |
   | Data In | Name of the port is the same as the name of the property that you added in the component settings. | Object | Takes the value of the property name. |
   | Data Out | Return | Object | Returns a JSON object with updated or new values for multiple properties. |
   [ ]

   {#use-utilities-json-setproperties__table_jnw_jn1_krb}
10. **Optional:** To test the component, right-click the component bar and then click Run From Here.

*[\>]: and then


