Getting data from an Iterator

Hello:

I have an iterator in a new scenario, where I am getting two URL (with two jpgs in each of them).

But when I try to download this files, with an http module i can´t get them. I am getting the “1” value:

I am doing something wrong, but I can´t figure out what (It is one of my first scenario).

Thanks.

So the Iterator needs an array, from the screenshot there’s no array present, just bundles. Also the http module will only be able to download one image, so you may need 2 http modules to grab each file separately.

Also the iterator might not be needed since you have access to the URL from the CloudConvert module already.

In that example I have two images, but I can have more than two.

I am getting the first task (an array) from the cloudconvert module (tasks ), which contains the URLs I need.

I thought I could iterate the URLs and pass them to the http module.

In the end, the goal is to download all these images and merge them into a single image

Thanks

Thing is, most modules that use say “Search”, “Get”, “List” are actually iterators themselves, so adding an Iterator module is going to give you the same output.

When you say “merge” images, I’m not 100% clear on what the goal is, are you able to clarify what you want out the other end?

I am trying to merge two images to pass them to chatgpr (I need to analyze them as a single image)