Hello,
I am trying to combine 2 items with a matching "Order" Label. Also, I do not want any items to enter the combiner until there is a match. I found a question and model that seems to do exactly what I need. So I modified the logic from Matt Long's answer on this question (Similar Question) to match my labels. It worked in my simple example model using random numbers 1-10, but failed when I tried to implement it in my much larger actual model. My actual model has string values instead of integers for the "Order" label value. So I'm assuming that is what is causing it to fail.
Can this logic (or simpler logic) be modified to work with labels that contain strings?
Model:Combiner Match Items by Order.fsm
Thanks,
Jacob