I have a model where the storage location for each item is set at the queue/conveyor before entering the racks and not via the racks slot assignment strategy. I have 14 racks so its easier to manage having the code in one location.
The issue is that the slot assignment works, but the item is never being picked up by the transporter. I guess the Use transporter logic is never fired. Any ideas on how to solve this issue (hopefully without process flow:)
I made a mock up and hardcoded the destination in the attached model, just to verify the problem.