Hello all,
I have a conveyor with a few decision points.
On this conveyor items will travel. Each item will have a label (item.destination). This label will be a pointer to a decision point on the conveyor.
I want that each DP to stop items that have the same destination with the DP name.
I tried to put this in the OnArrival trigger / Stop Item - Condition : item.destination==current.name but it doesn't seem to work.
Please advise.
Thanks.