Transactions in Dispatcher gets skipped while only even transaction numbers are executed

Installer(.exe or .msi):

License type(Free, Trial/License code): Commuinity

Hello,

Could someone please help me with this.

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…

for ref:

I could really use some help here. Please help me out.

@Tanveer_Shaikh

I guess TransactionNumber is incrementing two times. Could you please check once.

Is the TransactionNumber is initialized with 1 or not ?

Hey @Tanveer_Shaikh, :slight_smile:

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

Hi,
I’m getting the same error, and my transactionNumber variable is set to 1.

Please help

@biarbw

Welcome to the uipath community.

Could you please try to run the workflow in debug mode and check it. May be some where it’s incrementing twice i guess.

Actually, it SetTransactionStatus workflow it will increment by one and are you incrementing any other place ?

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.

1 Like

@biarbw

Ok. Glad to help you.

Happy Automation :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.