Skip to main content

Insert Object Into Array

This node is used to insert an Object into an Array. Both the Array and the Object are referred to through their Id. The insert happens when the Do action is triggered.

Inputs

DataDescription
Array IdThe Id of the Array to insert the Object into.
Object IdThe Id of the Object to insert into the Array.
SignalDescription
DoSending a signal to this input inserts the Object with the Id set on the input Object Id into the Array with the Id set on the input Array Id.

Outputs

SignalDescription
DoneThis signal is sent when the insertion is ready.