Queue item and get transaction data

Hi everyone!
I need your help.
I have 2 queue item. I want to process the second queue when there is no more data in the first one so i created 2 get transaction item but it’s not working.
Do you know how i can do?
Thanks for you help

I think u can do the following

Like after adding all the data in queue

then use get transaction item to get each queue item from queue, then use decision stage to check whether the queue item is empty or not, if it empty then u can postpone or do something then moves to other queue item using get transaction

It should work like a loop

Regards
Nived N
Happy Automation

Create a loader that loads items of both original queues to a new one and use that queue as input.