Looping http request node

Hey Guys

Having the same issue having the http request loop for each item on the input.
Currently the input has 5 rows that need to be queried via rest api.

When using the get or put feature to get or update a item, the swagger states to use the following

https://myapi.com/assignments/{ID}

So i have my node url set up as an expression where the reference number refers to the ID i need to query.
https://myapi.com/assignments/{{ $json.referencenumber}}

When i run this the out put only returns the data from the item in the first row of the table but does not continue to show the rest and it does not provide any errors.

I have another open ticket here if someone could point out where i went wrong?
Query api multiple times from results on input table - Questions - n8n

Cheers