Uploading several images to a Shopify product - how?

Hi

I have an array of image URLs. I can upload one URL just fine using the “Create product module” in Shopify. But it will only take the first image if there are several.

chatGPT suggested to use a map function, but I couldn’t get it to work.
map(2.Product Images.url; {“media_type”:“image”,“src”:item})

The error is “Function ‘map’ finished with error! Invalid array.”

How do you upload several images to a product in Shopfy?
I couldn’t really get help using the Make.com documentation regarding this problem. Shopify - Apps Documentation

Thank you for helping!