question

Li ze avatar image
0 Likes"
Li ze asked Jordan Johnson answered

How to debug in the List Expression Field code ?

How to watch the value of variant "value" in the list expression field?

20221114222220.png

FlexSim 22.1.2
debugginglist expression field
20221114222220.png (24.5 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.

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered

@Jason Lightfoot 's suggesting is correct; you need to use the debug() command. This is because the Process Flow List activity makes a copy of its internal list for each instance of the flow. An instanced flow will make one copy for every instance. Even a general flow still has one instance, so the list is a copy.

If you are using a general flow or a global list in an instanced flow, you could consider using a Global List in the toolbox, and pointing your Process Flow list to the Global List.

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
2 Likes"
Joerg Vogel answered Li ze commented

View List entries.

· 7
5 |100000

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