Hi all,
I’m seeking help with mapping a single object from an array to the correct field in my automation. Here’s a quick breakdown:
I’m working on a Printify to Etsy scenario. Printify publishes listings to Etsy via its existing integration. I need to update these listings through Etsy using the “Update a Listing” module in Make.
To do this, I need the specific Etsy “Listing ID” for the product created by Printify. However, I have multiple products, and the Etsy module always outputs the latest published listing. This is not ideal if I’m publishing listings in bulk. Another issue here is the Lisiting Id doesn’t match the correct product when publishing more than one listing at a time.
I’ve tried using the following function:
Here’s an image of the array from the Etsy “Make an API Call” module. This gathers all the needed data: Title, Listing ID, and more:
Attaching an image below to breakdown the collection data coming through Etsy’s “Make an API Call” module:
What would be the correct function to get the listing ID and map it to the correct product via matching titles or any other parameters for that matter?
I’d love to hear your thoughts.
Thanks all!