question

Mohamed Roushdy avatar image
0 Likes"
Mohamed Roushdy asked Steven Hamoen commented

How to make 2 queries in the same "pull from list" (Process flow)?

untitled.jpguntitled1.jpg

I need to add 2 queries to pull from list in a process flow; but it shows me error; is there any way to solve this issue?

Pull requirements:

1. Where ageInQueue > 200

2. Token.Oven = Oven1

FlexSim 18.0.3
listlist pulllist sorting
untitled.jpg (106.9 KiB)
untitled1.jpg (65.6 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Steven Hamoen commented

@Mohamed R3 without looking at your model I think the Token.Oven is your error. In a pull from list you can't use token but have to use Puller (don't ask me why, but that is the way it works)

So what should work is: "WHERE ageInQueue > 200 AND Puller.Oven = Oven1"

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.