Hi,
In my model, i push flowitem(crate) to a list during multiple instances. Between those instances, the labels of the flowitem change.
This change is recorded in the list items as I am allowing duplicate entries with different labels.
Now, I would like to pull an entry from the list and along with it, get the labels stored in the list for that list entry of the item.
The problem that I am currently facing is when I pull from the list and refer its labels, the values of the labels are the latest labels on the pushed flowitem in the model.
I am unable to upload my model due to some constraints but let me know if you need further clarification on my question.
Could you please guide me in doing this?