When packing boxes on a pallet with a combiner and then sending them to a rack, the pallets stack on top of each other in the slots rather than moving to a new slot. It's like the function to check if there is room in the slot is only checking for the pallet dimensions rather than the dimensions of the contents as well.
Interestingly, I've had it randomly work the way I would expect, but have not been able to find a logical explanation for why.
Is it possible to have the slot assignment strategy be First Empty Slot rather than First Slot with Space?
I've attached a simple sample that mimics the issue.
Thanks in advance for any help!