question

Ruben M4 avatar image
0 Likes"
Ruben M4 asked Joerg Vogel commented

Doubt with Pull from List

Good morning everybody!

I would like to make a list request based on a token tag that is going through the "Pull from list" operation. In this case in the FlexSim User Manual I see references to the WHERE command used with numbers, for example:
WHERE WHERE ID = 2, WHERE ID > 1 or WHERE Name = 'Operator2'

But I don't see any reference where you can access to the the label value of a token. I imagine it will be something like that:

WHERE ID = puller.ID or WHERE ID = token.ID

But I can't get the request right.

FlexSim 19.2.4
list pull from listpull query
· 1
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
1 Like"
Joerg Vogel answered Joerg Vogel commented
  1. WHERE ID = puller.ID

would be correct. You need to address the Puller in your Picklist property or Process Flow activity.

List_Puller_PF.fsm


list-puller-pf.fsm (33.5 KiB)
· 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.

José Antonio MD avatar image
1 Like"
José Antonio MD answered Ruben M4 commented

Hello.

See "Puller" in Pull activity options, you will see by default its reference is "token". If you use "puller" insted of "token", you can filter using this information.

I hope I have been helpful.

19.1. Ejemplo Pull filter.fsm




· 5
5 |100000

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