---
hide_title: true
hide_table_of_contents: true
title: Insert Into Array
---
<##head##>
# 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.

<##head##>
## Inputs
| Data | Description |
| ------------------------------------------- | ----------------------------------------------------------------------------------- |
| Array Id | <##input:collectionId##>The _Id_ of the Array to insert the Object into.<##input##> |
| Object Id | <##input:modifyId##>The _Id_ of the Object to insert into the Array.<##input##> |
| Signal | Description |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Do | <##input:do##>Sending 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_.<##input##> |
## Outputs
| Signal | Description |
| ---------------------------------------- | ----------------------------------------------------------------------------- |
| Done | <##output:done##>This signal is sent when the insertion is ready.<##output##> |