In my model I have a forklift taking trash to a big scrap zone. I want the forklift to collect all items in the trash can (queue) and transport. However I'm having trouble implementing the logic.
I am trying to batch incoming items in the queue and send it to a list so the forklift knows what bins need emptying. Is it possible to batch objects created in process flow into a queue in 3D?
I also tried having the forklift request 100 items of scrap and only require 1 item. However it's only pulling 1 item and leaving the other 4 on the list, for example.