Hello,
I have a model where I use a list to keep track of my storage in the system (buffer in the middle of the model). However, I get an error at 42.73 seconds. The problem is when Waste wagons are pushed in the list (left in process flow) something goes wrong since when pulling this out of the list, no label can be assigned.
This is a screenshot of the list right before the last row is pulled. Right now I do not understand what the 'value' column means.
Could it be that I use the list wrong? I basically just want the flow item (box) to have assigned labels which is both saved in the list so it is always tracked what is in storage and can be pulled out accordingly.