question

Enrique Elizaga avatar image
0 Likes"
Enrique Elizaga asked Kavika F commented

Retrieve push time from list

Hi, I am pulling from a flowitem list in a process flow. Items are pushed into this list in the 3D model. I'm having trouble retrieving the push time from a token in the process flow later on, since "pushTime" is not a label.

1655300347463.png

FlexSim 22.1.2
lists
1655300347463.png (11.4 KiB)
· 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.

Julio R avatar image
0 Likes"
Julio R answered Julio R commented

hello @Enrique Elizaga ,

I think the fastest way to do it is to set up a label in the Item when you push it to the list so you can retrieve in the processFlow

1655304672298.png

Something like this example:

pushTime Example.fsm


1655304672298.png (16.8 KiB)
· 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.

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You can add the list fields you want as labels to the SELECT of the pull query - then they get added to the puller automatically. Eg.:

  1. SELECT age, pushTime WHERE age>30 ORDER BY age DESC


When that doesn't work check the list advanced setting to do this is still checked.

1655320937453.png


1655320937453.png (3.2 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.