Files
noodl-docs/nodes/data/array/remove-from-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

2.1 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Remove From Array node

{/##head##/}

Remove Object From Array

This node is used to remove an Object from an Array. Both the Array and the Object are referred to through their Id. The removal happens when the Do action is triggered. If the Object to be removed is not in the array, nothing will happen.

{/##head##/}

Inputs

Data Description
Array Id {/##input:collectionId##/}The Id of the Array from which the Object will be removed.{/##input##/}
Object Id {/##input:modifyId##/}The Id of the Object to remove from the Array.{/##input##/}
Signal Description
Do {/##input:do##/}This actions removes the Object with the Id set on the input Object Id from the Array with the Id set on the input Array Id.{/##input##/}

Outputs

Signal Description
Done {/##output:done##/}This signal is sent when the removal is done.{/##output##/}