I fear this might be a "dumb" question but essentially, I have an array that I pull from an external API response. For each item in the array, I am then attempting to send an API request using that variable. So, if there are two items in the initial array that comes back in the API response, there should be two API calls and I want each of the responses nestled within an
array. Take a look at what I have so far and let me knw what I am doing wrong.
It is coming back but only returning data using the first variable in the array.
I really appreciate it!