Build Cluster Array
- Updated2023-02-17
- 1 minute(s) read
Build Cluster Array
Creates an array of clusters where each cluster contains an array as its only element. This node provides a way to create a jagged array. You cannot otherwise create an array of arrays.
Inputs/Outputs

element
An array that you want to store as an element within a cluster.

created cluster array
An array of clusters in which each cluster contains a single input array.
Examples
Illustration of Behavior