Hello, I am new to FlexSim and I have a question about how Pull From List works when used in a subflow.
Currently, I have a process flow where at the start I create an order list that assigns labels to each item in the list. I want to run a subflow where I create an object for each item in the order by running child tokens through the subflow one at a time.
I was wondering, if I use Pull From List in the subflow to retrieve the item data and create an object for the item, is the list iterated through as each child token passes through the subflow? Or is this a logic I have to create in the subflow?