I'm working on a model that frequentely uses subflow and lists to simulate subprocess of one single product. This product has a label to reference its SKU that I'm using as value the token id. I intend to use this value as rows of my table in statistics collector, so I will be able to evaluate the process times of every SKU.
Happens that my statistic collector is not able to get the SKU value, and returns "Invalid ID" as value. I attached a simple model to represents what's the problem to be solved.
It's important to say that I wish to use the SKUs as rows in and out the subflow and list, so I could visualize all process as one.