Create same data structures like from aggregator but with functions

Hello everyone,

Could someone please advise me on how to obtain the same data structure like from the aggregator?

The point is that I am composing complex JSON in the scenario and I want to have dynamic input data, which is why I am mapping the data in the set variables module.

I am unable to obtain the correct structure, as from the aggregator. Any advice?

I want to get to this structure (1 Array→ X collections (contains text parametres)):

The closest I could get is this structure:

Hello,

Have you tried downloading output bundles and using Make’s built-in generator?

Download output:

Generate data structure:


Hi, thanks for your advice.

I used this method with some text parsers to clear json string and it works nicely.

Thanks

Awesome!

Please mark your thread as solved- it will help others!

2 Likes