Hi,
Just been off of XANO (Was in XANOAX mode ๐) for a couple of months, and oh boy forgot a lot of stuff, feeling rusty.
Hope you can help me:
I am running an API request and I get an array 'results'. I now need to run a For each loop to each id inside the results. but when I try to get the path I get the 1 value in the array:
api_2.response.result.results.0.protocol_id
api_2.response.result.results.1.protocol_id
How can I set the path, so that it will go through the whole array and not a certain index position of the id?
Thank you very much in advance.