I was able to create the dispatcher for assignment 2(Generating yearly report) but there is this problem in which whenever I execute it, the first transaction(Transaction 1) gets skipped and so does the third and fifth, it is picking up all the even number transactions. it always starts with the transaction number 2 and goes on to get the 4, 6, 8, 10…
What have you set as default Transaction Number in the variables pane?
Post a screenshot of get transaction data activity to have a clear idea of the problem
Thank you, @lakshman, that was exactly the problem.
I didn’t realized the SetTransactionStatus was incrementing by one, and I had incremented in my process as well.