How can I track iterations of tokens in a workflow that uses a for each activity?
I am trying to use the track tokens activity to record the results of a database lookup. The lookup occurs once for each instance of an ID. The track tokens activity works, but only for a single ID. I have tried placing the track tokens activity within the for each activity right after the lookup. I have tried placing it at the end of the workflow. I have tried placing two track token activities, one in both places, but the results are the same. I only see one set of tokens associated with a single ID. How can I view the database lookup results for each ID that a workflow instance processed?