I’d like to know if there is a chance to use Component properties as “filters” in PM?
For example, I’ll create components each with a different number written in its properties. And then I need to transport them to different final locations through one or more common places.
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
}