How to append getqueue list into another list

I want to extract 500 records from queue at one time .so using getqueueitem and fetching 100 item first and then I need to add this 100 item to another list of queueitem.In this way need to add all 500 records from queue to list.so I have created 2 list of type queueitem.in first one I have used in getqueueitem and then adding to second list of queueitem.But it is not working.Not able to add list of getqueueitem to another list.

Hi @Sailesh_Tiwari - Not sure if the below workflow would help you!

Example.zip (3.3 KB)