Update JSON Object

The Update JSON Object 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

FieldDescriptionRequired

Node name

true

Variable name

Name of the JSON variable you need to create

true

Values

The JSON object to be merged into the older variable. You can create your own custom JSON object, where you can use Magical Autocomplete with both keys and values.

true

Returns

This node does not return any value, but sets a variable with your provided <name> in the flow context.

Last updated