The only thing method I can think to do it is to repeat on function 86 (above picture) depending how many records (global.counter) are returned... to get the value on the repeats I have tried to use
msg.payload.jobs.job[{{global.counter}}].id[0]._
that didnt work.
Im not sure if this is the only method or just a mess way to do it??
I remember helping you before Christmas and asking for clear data, It is hard to suggest solutions with out it, and images are not great.
In future supply all code and data in text format, and surrounded by triple backticks.
You need to create a loop and add each object you create in the loop to an output array.
Something like this,( not complete as You never supplied your code in a copyable format or the data )