question

Ryosuke S avatar image
0 Likes"
Ryosuke S asked Ryosuke S commented

Error Pulling specified Type from itemlist

I have a layout, when flowitem is creating on queue, it is pushed to the itemlist. Now from process flow, I want to pull specific type from that itemlist. Reading user manuals, I have tried something like below, but gives me errors. If I set specific number like WHERE Type = 3 it works. How can I correct this?

query_problem.fsm

FlexSim 20.1.3
processflowflexsim 20.1.3list pull
1613802590915.png (18.4 KiB)
query-problem.fsm (63.1 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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Ryosuke S commented

Please insert in the field Puller “token“, because a list query is not able to parse directly the reference token.

Then the condition should work with

Type = puller.pickitemID
· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

manual Global List >lists functional reference

0 Likes 0 ·
Ryosuke S avatar image Ryosuke S commented ·

@Jörg Vogel Thank you! It worked. Also thank you for the reference!


0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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