question

hhsa avatar image
0 Likes"
hhsa asked Jeanette F commented

Using token item labels in a list

I create objects in my process to which I assign label (duree_conser_init) and send them to a list. I want to use them to update when they go into the list. I tried using Expression but it didn't work. Can you help me?1708163052167.png1708162840150.png

FlexSim 23.0.13
labelslistexpression field
1708162840150.png (36.0 KiB)
1708163052167.png (23.0 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.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

If you're pushing the item to the list then it is the value so you just need:

  1. value.duree_conser_init - getentrytime(value)  // if that's the rest of the expression.

since value is the item.

5 |100000

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