question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Joerg Vogel answered

Generating and Changing object name using process flow?

Hi Team,

Is there any way to change staff name using process flow?

Thank you!

ChangeNameUsingProcessFlow.fsm

FlexSim 20.0.10
processflowstaffname
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
0 Likes"
Joerg Vogel answered

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];
5 |100000

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