Hello, I have a question.
I am currently using an Item List in FlexSim to allow the AMR to transport items. This list records information such as startcp, startstation, endcp, and endstation.
Right now, I use Push To List with the push value set to token.item, and I assign it to token.item. However, this causes the from-to information to be bound within a single record in the Item List.
I would like to change this approach by separating from and to into two independent records, meaning using FromList and ToList. This way, the AMR can read from and to separately and handle the transportation route accordingly.
My issue is that I can only Push To List once since token.item is a single object and cannot be split.
I would like to know how I can separate from and to (i.e., startstation and endstation) into two independent lists without affecting AMR task execution.
Thank you!