Transport in sorting

Hi

There’s a couple of ways of doing this, but I think the simplest way is to set up two different flow groups from the get-go.


As for your original question, yes you can read product properties, for example, you can give some ProdID to both VC_Can and box and read it via the process node in the middle.

For example
(if ProductIn.Component.ProductID == 111) {
do something
}
else {
also do something
}

refer to Component creating

BR,
Lefa