Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Add Property to Dynamic Object

Prev Next

Step Details

Introduced in Version9.30.0
Last Modified in Version9.30.0
LocationData > 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

PropertyDescriptionData Type
Dynamic ObjectThe dynamic object that contains the property to add or update.
Object
PropertiesThe list of properties to add or update.
String

Outputs

PropertyDescriptionData Type
Dynamic ObjectReturns 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.