Hi, I am using tokens to pull items from a list. I want to monitor both the matched token-item and unmatched token-item (later, will be considered as lost sales or failed). I am aware that the failed one can be labelled as 'failed' and released to sink, for example. However, I am interested in having two tables of lists of matched and unmatched token-item. Any idea how to store the data?
And what happens to matched token-item, is it considered as finished token, and then it will be deleted by system or not?