Get all images from Etsy listing for social media post

Hi,

I am trying to get all of the image URLS from an Esty listing in a single list so I can then post them to social media (eg: Instagram carousel).

I am able to get the image URLS using and iterator - see below:

When I go to add those image URLS using the Instagram carousel module, only one image URL shows up:

Any ideas on how I can map to all image URLs?

Thanks

Nick

1 Like

Hey @Nick_Oz

While mapping, iterator only shows first record of data but process all one by one. SO this is not an issue for you.

But you have another problem that is mapping. To map all the urls you need to aggregate them in the structure that is shown in Instagram module.

You need to select “target structure type” inside aggregator from the instagram module. And map everything in aggregator.

Then just map the array from aggregator in instagram module. Toggle on the “Map” button right beside the “Files” and then map the array.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

2 Likes

the aggregator pulls back a list of collections. Each collection contains image URLs. I only want the “url_fullfull” url. I need each of these url’s listed so I can map to them to Instagram’s Carousel module.

1 Like

Hey @Nick_Oz

  1. iterate images from Etsy module
  2. Add an aggregator. You need to select target structure type as “files” from instagram module inside aggregator and then map url there from iterator.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation