Files
noodl-docs/nodes/data/array/clear-array/README.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

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##/}