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
1.7 KiB
1.7 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Clear Array node |
{/##head##/}
Clear Array
This node is used to remove all Objects from an Array. The Array is referred to through their Id. Use the Do action to remove all Objects in the Array.
{/##head##/}
Inputs
| Data | Description |
|---|---|
| Array Id | {/##input:collectionId##/}The Id of the Array that will be cleared.{/##input##/} |
| Signal | Description |
|---|---|
| Do | {/##input:do##/}This actions removes all the Objects from the Array with the Id set on the input Array Id.{/##input##/} |
Outputs
| Signal | Description |
|---|---|
| Done | {/##output:done##/}This event is sent when the removal is done, and the Array is empty.{/##output##/} |
