Hi,
Is there an easy and generic way to combine multiple clusters (containing the same datatypes (1 int and 2 strings)) to get a cluster containing arrays of the same datatypes (1Array of int and 2 Array of strings)?
The Background is that I recieve multiple measurement-clusters with measurement values (int) as well as the name of the measurement (string) and the unit (string) and want to end up with arrays inside a cluster containing the infos for each measurement at the same index of the array.
Best,
LabEti