Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Any | Item | The object or list to spread |
B | B | Any | Item | The value to spread into the object or list |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Any | Item | The spread object or list |
How-to
This is similar to construct object, except that the key-value pair is added to the existing object rather than appended to create a new object.
Feed in an existing object.
This could be from a panel or the result of another node
Feed in a key-value pair to add to the object
This could be from a panel or the result of another node
The result is the object and the additional key-value pair wrapped as an object

