ArrayToElement Node
The ArrayToElement Node
gets an array to the input group of Ports
, iterates the array, extracts elements from the array, transmits an element by element to the output group of Ports
.
The input array can contain an arbitrary number of elements of an arbitrary structure.
For example, if the ArrayToElement Node
gets 1 message
containing the array of 42 elements
to the input group of Ports
then the node sends 42 separate messages
to the output group of Ports
.
An arbitrary number of elements can be added to the input group of Ports
.
All the additional input elements will be transmitted without any change to the output Ports
.
Click the +
button in the Sidebar
to add new elements to the input group of Ports
.
The output Ports
are automatically synchronised with the input Ports
.
The input Ports
can be renamed and rearranged.
The output Ports
can be renamed and rearranged synchronously with the input Ports
.
The input and output elements can accept any
or specified number
, integer
, bool
, object
, string
, array
types of data.