Description
This node merges two arrays into one single array.
Properties
Insertion Mode
: Choose where the merge should occur. Choices are : At the End, At Index, Before ID, After ID
Default : At the End
Inputs
Name | Type | Description |
---|---|---|
Array1 | Array | First array for the merge |
Array2 | Array | Second array for the merge |
Optional inputs | ||
AtIndex | Integer | Only appears if Insertion Mode is set to At Index. Input for the Index where the merge should happen. |
BeforeID | String | Only appears if Insertion Mode is set to Before ID. Input for the ID before which the merge should happen.. |
AfterID | String | Only appears if Insertion Mode is set to After ID. Input for the ID after which the merge should happen. |
Outputs
Name | Type | Description |
---|---|---|
Array | Array | Resulting array from the merge of the two input arrays |
Need more help with this?
Don’t hesitate to contact us here.