Hello, I have made a simulation where joining 3 raw materials with a combiner, creates a reference. On the other hand, the combiner joins 2 raw materials and creates again a reference. I have used Snippet Code to define when the combiner needs to take 3 raw materials and when 2 raw materials. The problem is that I would like to create 2 different references when joining the different raw materials (for example, when joining 3 raw materials, the combiner creates a label called RefA. On the other hand, when joining 2 raw materials, the combiner creates a label called RefB), but, I don't know how to code it. How would I need to code it using Snippet Code on the combiner?
Thank you.