Step Details | |
| Introduced in Version | 9.30.0 |
| Last Modified in Version | 9.30.0 |
| Location | Data > JSON |
The Add Property to Dynamic Object step adds or updates a property value in a dynamic object represented as JSON.
This step is useful when the Flow is working with data as a flexible object and the object needs to be updated during execution. If the property does not exist, the step adds it. If the property already exists, the step updates its value.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| Dynamic Object | The dynamic object that contains the property to add or update. | Object |
| Properties | The list of properties to add or update. | String |
Outputs
| Property | Description | Data Type |
|---|---|---|
| Dynamic Object | Returns the dynamic object with the added or updated property. | Object |

Common Use Cases
- Add a property to a dynamic object during Flow execution.
- Update an existing property value in a dynamic object.
- Work with flexible object structures where properties may vary.
- Build or adjust object data before using it in later Flow steps.