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!