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 JSON

Prev Next

Step Details

Introduced in Version9.30.0
Last Modified in Version9.30.0
LocationData > JSON

The Add Property to JSON step adds a new property and value to an existing JSON string.

This step is useful when the Flow needs to modify a JSON payload directly before passing it to another step, storing it, or sending it to an external system.



Properties

Parameters

PropertyDescriptionData Type
TypeSelect the data type for the value being added to the JSON string.
---
Property NameEnter the name of the property to add to the JSON string.
---

Inputs

PropertyDescriptionData Type
Json TextSpecify the JSON text where the property is added.
String
Value
Specify the value to assign to the new JSON property. The value matches the selected Type.
---

Outputs

PropertyDescriptionData Type
AddPropertytoJSON_Output
Returns the JSON string with the added property.
String

Common Use Cases

  • Add a new field to an existing JSON string.
  • Add an ID, status, or reference value to JSON data.
  • Build or update a JSON payload before sending it to an API.
  • Add values collected from Forms, Rules, or previous Flow steps.
  • Add nested properties when the JSON structure requires a nested path.