I have the following example model.
I am loading information in a list with a single "token" which creates the same instance in the list but with different values in its label. When the information is pulled from the list, the token on the right side is assigned a value of 4 to all of them. What I am looking for is that each of them is assigned the value that is in the stored list, how can I do this?
For example token 1, Turn = 1, token 2, Turn = 2 ...