I am building a code where I have to decide the path of the flowing item ( Pill Bottle in a Tote), after being combined via a combiner. knowing that the criteria is based on the Pill Bottle label!
However when I run the model, the system console states the error "Label does not exist" because, it only sees the tote and not the Pill Bottle!
Notes:
1. The Pill Bottle has 10 labels, the criteria is based on one label only!
2, I added "On creation triggers" in the source that supplies Pill Bottle>> Data << set label table value
SO Is there a specific function I can use so when flowing items arrive the Decision Point, the DP decides the route based on the label of the Pill Bottle that has a string value (non- numerical data), and not based on the tote?