I've used a split node to break up an array of arrays into separate messages. That way, it doesn't matter if the number of arrays is variable and you can generate code to manipulate a single array. Just split using a fixed length of 1.
I've used a split node to break up an array of arrays into separate messages. That way, it doesn't matter if the number of arrays is variable and you can generate code to manipulate a single array. Just split using a fixed length of 1.