Use the SetProperty component

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Set a property within a JSON object by using the SetProperty component in the RPA Desktop Design Studio. You can also override a property within the JSON object.

    始める前に

    Role required: none

    このタスクについて

    To configure the properties of the SetProperty component, see Properties of the JSON utilities.

    手順

    1. In the Toolbox pane, navigate to Utilities > JSON.
    2. Drag the SetProperty component to the Design surface.
    3. To configure the input fields, see Configure port properties.
    4. オプション: Connect the data and control ports of the SetProperty component to the corresponding ports of the other components as described in the following table.
      Port type Port name Data type Description
      Data In JsonObject Object The JSON object in which the property is to be set.

      The property that you set in this component is added to the JSON object.

      Data In PropertyName String The name of the property to set in the JSON object.
      Data In PropertyValue String The value to set for the specified property in the JSON object.
      Data In Override Boolean Indicates whether to override the property if it already exists.

      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 Out Return Object Returns the JSON object with the updated or new property value.
    5. オプション: To test the component, right-click the component bar and then click Run From Here.