When I have an array of clusters and I want to locate the array index where a specific element of the cluster has a certain value, I need to first build an array from the Array of Clusters and then search that to find the Array element I want:
It would be nice (and cleaner and likely faster) if I could wire the Array of Clusters into an unbundle by name function and select String[] to get the array of string element to search.
In addition, if the cluster contained nested clusters, I could access them the same way, using the dot notation alrerady supported. For example, the unbundle would let me select 'cluster1.subcluster2.String[]' to access the subarray of an element.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.