Merge JSON Objects
The Merge JSON Objects node is used to update an existing JSON / Object variable. The keys provided in this node will either be inserted or overriden in the older JSON variable.
Properties Panel
General
Field | Description | Required |
---|---|---|
Node name | true | |
Variable name | Name of the JSON variable you need to create, or already exists with which you want to merge | true |
JSON objects to merge | A list of JSON objects / variables, you want to merge together. These are Magical Autocompletes. | true |
Returns
This node does not return any value, but sets a variable with your provided <name>
in the flow context.
Last updated