How do I merge data from multiple http requests into a single array?

Hey guys, I’m trying to create an automation to get the info about the clicks on the links in my mailchimp campaign. The campaign has 3 emails, each with 3 links for a total of nine.

How can I get the data for all the 9 links into a single array, How do we do that?

Hi @PAULO_ASSIS :wave: Welcome to the community :tada:

You can actually still share your workflow - you can hit cmd/ctrl + a on the workflow editor, and then cmd/ctrl + c to copy all the nodes. From there, you can either hit the </> symbol in the forum post editor or place that data between two sets of three backticks (```) :+1:

But what would be far more helpful here is if you could share what you’re getting as output data in JSON format as an example, and also let us know in JSON format what you’d like it to look like :slight_smile: From there we can help you fix this up.