Step Details |
| Introduced in Version | 9.30.0 |
| Last Modified in Version | 9.30.0 |
| Location | Data > JSON |
The Set Property on JSON step sets the value of a property in a JSON string. Use this step when a Flow needs to update a specific property in existing JSON data during execution.
Properties
Parameters
| Property | Description | Data Type |
|---|
| Type | Select the data type of the value being set. | --- |
| Property Name | Enter the name of the JSON property to add or update. | --- |
Inputs
| Property | Description | Data Type |
|---|
| Json Text | Specify the JSON string where the property value is set including the text. | String |
| Value | Specify the value to assign to the selected JSON property. The value matches the selected Type. | --- |
Outputs
| Property | Description | Data Type |
|---|
| SetPropertyonJSON1_Output | Returns the updated JSON string after the property value is set. | String |
.png)
Common Use Cases