mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-10 14:22:52 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
2.0 KiB
2.0 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Insert Into Array node |
{/##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##/} |
