Upload multiple pictures into Google Drive from Survey123

I’m utilizing ArcGIS Survey123 for data collection. Within my survey is the option to include multiple pictures in a survey submission. The pictures are embedded within a repeat in Survey123. I need to be able to go through each repeat in the survey and pull the URL for the picture and make a HTTP request to get the picture.

Below is my whole workflow

Below is the output from the Survey123

Below is the input for the variable

Below is the output for the variable

Below is the input for the iterator

Below is the output for the iterator

The issue is the survey has two repeats with two pictures for each. The output for the iterator bundles each repeat and uploads only one of the pictures (highlighted in red). I need the output to bundle each of the picture URLs.