Hi @copy_writes
This is how the basic structure will look as there is limitation for get queue items to fetch only 100 we need to add skip with increase in 100 each time
also you need to add if condtion to break the loop if the count is 0 in the queue. Add Skip counter with 100 for next set of queue items. In this you can use the for each queue item to create a datatable with all the data.
Hope this helps