Workflow Loops not returning metadata of Rest API call

I run a Rest API call within a workflow in a loop for each provided URL. The loop response only returns the "data" and not the metadata of the api call. When I run the same API call in a single rest API resource, I do get the metadata returned.

I do need the metadata since the API returns an ID, which I need, to check the job status.

See screenshot:

Thank you!

@jpmin Hi,

Not entirely sure but in the loop block, on code line #2 you can try changing the getPreSignedUrls2.data.entries() to getPreSignedUrls2.metadata.entries() ?