hi,
I would like to write down the time when item enters station1 and also the time when item leaves from queue into a global table(mytable).I want to put "time when item enters station1" in column 1, "time when item leaves from queue" in column 2.
Until here, in global table it turns out to be this. How can I trigger item to write in column 2?
I tried to use "Write to a global table" to assign value( the time when item leaves from queue) to column2, but in this way, each value will only be written in row1, column2.