How to adjust # of row items depending on # of bundles

Thank you for providing additional help here.

I tried your solution, but there were two problems. The collections are encased in curly braces, while the add() added an array with square brackets. And there were escape backslashes being added, which I found no way arround.


But i came up with another solution:

  1. Added a Parse Json module inbetween

  1. Snatched the Output from the Array Aggregator and generated a Data Structure from it in the Parse Json module

  2. Made changes to the Output (and limited it to one collection) and put that as the Json string (in other words an identical structure to the one generated by the Array Aggregator.

  1. Merged the Array Aggregated array with the Parse Json array in the Visma module; and voilà! Solved!

:facepunch:t2::grinning::+1:t2:

1 Like