In the given model, I have referenced a 3d object as a value for the label, in order to use subflow.(Subflow not shown in the model)
I want to increment the value by one each time the token passes the Assign label activity, in such a way that, the object name would reflect in the label value.
Ex. current label name is LabelName and the value is Shape 24. I have 3 Objects in it, Shape 24, Shape 25, Shape 26. So every time the token passes the assign label activity the name should increment by 1, i.e. It should get the value Shape 25.