Hello,
I created some transportation logic but i am struggling with some conditions of it.
Pallets form Bufor need to go to Queue1 or Queue2 or Queue3 in equal of total amount. So after all Queue1 has 33,33% of pallets from Bufor, Queue2 33,33% of pallets and Queue3 also. It needs to go Randomly, not in the sequence like first 33% to Queue1 and so on.
How to crate a token ,,Destination" that tells Transporter which Queue it needs to choose by the total amount ?