question

William D6 avatar image
0 Likes"
William D6 asked William D6 commented

Assign a string value to the destination field in a Travel in process flow

FlexSim 21.0.8
process flowtravelstringdestination
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
1 Like"
Joerg Vogel answered William D6 commented

A destination field expects a treenode reference.

You can parse a string of an object name by a find method into a destination field. I assume you have an object name in a string as token label called “yourLabel”

Model.find(token.yourLabel)

· 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.

William D6 avatar image William D6 commented ·

Thank you Joerg. I will give that a try.

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.