Hi guys, I made an integration via http that gets some data via api, but when sending the data, it sends only the first and automation to complete the flow, but more than one information I need, can anyone help me ?
Hello,
You can use an Iterator after getting the data.
If you supply the campaigns array to the Iterator, it will create an output bundle for each collection under campaigns.
You can also put some sort of aggregator after the Iterator if you want to combine all those collection into some other format. It depends on what else you’re trying to do with the data in your Scenario.
perfect, soluction my resolved
1 Like