Hello,
I am working with a batch that comes out from a combiner. I would like to assign to a token a label of one of the objects in the batch.
Specifically the label is "Doblemec". As you can see in the picture, every item of the batch has the same value for this label.
First thing I do is to create a triggered source in the combiner in when "Send To Port" is ready. Then, I use token.item.Doblemec in "Assign Label" activity, but as in this case "item" is refering to the batch, the label is assigned as NULL.
What I would like to achive is to get a token with the label "Doblemec" with the value of a item of the batch. It is the same for me which item, as every item of a single batch has the same value for this label.
Thanks for your time,
Martin