Tutorial 3 - Conditional Tasks Tutorial/3.1 - Use Subflows and Arrays

Tutorial 3 - Conditional Tasks Tutorial/3.1 - Use Subflows and Arrays

GGB
Not applicable
8 Views
2 Replies
Message 1 of 3

Tutorial 3 - Conditional Tasks Tutorial/3.1 - Use Subflows and Arrays

GGB
Not applicable

[ FlexSim 24.0.1 ]

1707054430605.png

well, I can't find the solution of this error.

and is the order of connection really important?

one mistake what I can't see always make error.

help me please~

0 Likes
Accepted solutions (1)
9 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

An unload activity expects a value for a destination. You can evaluate a token.label or you can select by sampler tool looking like an icon of an eye dropper directly in your model for your value of label destination.

You get a label value back by calling its name. I assume you gave the name like destination in Assign Label activity. This name is of datatype string. It is case sensitive. It DOES matter if you had given destination or Destination or you misspelled it in some way. You have to read the label value by calling the right exact name.
In unload activity you insert from picklist menu Label > your given label name OR you write directly token.destination. Or how you have called this label.

A personal advice: If an exercise does not work first, build it anew. Finding an error is a bit tricky. At later exercises authors expects you know facts of previous exercises. If you left some out, you won’t know what you should have learnt by then.

0 Likes
Message 3 of 3

GGB
Not applicable

Thank you for your kind comment.
I'll practice following your advice.

0 Likes