Hi, I am using an Object process flow with different "DeliveryStation" as instances.
On Sim start all this instances will create a token, then it will create more token depending on its initial label (Slots) in 3d. all this token are then send to a list.
As a result, I am getting multiple tokens for the same Delivery Station as shown:
What could I insert as the value (circled in red), so that the list generates a sequential numbering for same DeliveryStation Tokens
so for example for 2 of the same DeliveryStation, there will be one token with SlotID 1, and another with SlotID2,
for 3 of the same DeliveryStation, there will be one token with SlotID 1, and another with SlotID2, and the other with SlotID 3 and so on