Hello, Thank you for reading my question.
I want to make model follow this process.
In my model, "Piece Picking Process", I bring tote box based on Global table (table name is Order_Data)
I used pull from List to bring order data and then I want to make travel where I already set on global table. Global table has ordernumber, Picking Location and Quantities.
However, My model doesn't work travel activity.
And one more question, I wonder that if I use "List", I can see "id" for each data.
Is it possible to read data from lower class in "id"? I think I can find id number contains ordernumber, Location, Quantities, but I'm not sure possible to lower data in each ids.
Thank you in advanced.