Hello,
I have a model where I am sending items from one queue to another queue using code OnEntry in Queue1. I am using the task sequence commands to send item.
But the transporter is repeating the same step "unloading" the item. After delivering the item, it has to pick up the next part instead it is repeating the same unloading step.
(Unload to Queue2 >> again pick from Queue2 >> drop at Queue2) - I do not want it this way.
How to correct the tasks? Please help