Hello all,
I have some packing desks that are loading items from queues close to the packing desks.
There is a TE that is unloading items in these queues and I need to know which queue is empty (so I can give a "travel to" to my TE).
Can I push all queues to a list and set labels "Occupied/Free" and then use a query to find which queue is empty and order by age DESC ?
Thanks!