Hi, I want to copy a label value (in this case: ProdQty) every time there is an entry in a activity (Create Tokens). I used Event Listening for model this occurrence and Data Recording as in this picture
However, turned out the copied value is wrong. See picture below: one of the values should be 100, meanwhile the copied values are always 10.
I guess I did wrongly in Data Recording - Columns, value of Quantity. I used data.ProdQty. I have tried to replace it into current.ProdQty, but I got an error message that says there is no such label. Any idea how to fix this? Thanks