Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.10 ]
Hi Team,
Is there any way to change staff name using process flow?
Thank you!
Solved! Go to Solution.
[ FlexSim 20.0.10 ]
Hi Team,
Is there any way to change staff name using process flow?
Thank you!
Solved! Go to Solution.
Custom Code or Code snippet:
token.Staff.name = Table("GlobalTable1")[1][1];
or with a direct cast
token.Staff.as(Object).name = Table("GlobalTable1")[1][1];