How to get the value from List queue

@Kunal_Jain

Use a for loop with inargument as list of queue items(variable that you already have) then type argument to queue item

Inside the loop use currentitem.progress

Cheers