In the attached file you will see that there are 4 conveyors, each connected to make one long conveyor. What I am trying to do is have each of these conveyors accumulate x items and then begin an x day hold period before releasing them to exit the connected conveyors onto the outfeed. I’ve tried coming up with a few different ways, but they all seem flawed in some way. The attached is the closest I have come to having something resembling correct. The items should release in batches of 19, but they instead release as one single item and then a batch of 19. In addition the items that were queueing on the first conveyor end up going through another delay period when they reach the last decision point. Do the conveyors have the functionality to accomplish what I am trying to do here? Do you have any suggestions?