My Transaction Is not Incrementing

Hi All,

My Get Transaction is not incrementing even though there are more Transaction Items. I am reading data from excel file





@marina.dutta,

Check your Set Transaction Status workflow if you have deleted this increment logic while configuring your ReFramework.

Thanks,
Ashok :slight_smile:

@ashokkarale

Its there

@marina.dutta,

Ok. Try debugging and track the Transaction Number getting increment there.

Thanks,
Ashok :slight_smile:

@marina.dutta

Did you give the if condition of transactioncount inside the first if condition?

If so then it would not work…you should give it after that if condition of checking for nothing

From the thenk condition move it outside the if conpeltely

Cheers

@Anil_G

Thank You .That was the error. But why it was not working inside the other If condition?

@marina.dutta

As per first if condition it would go into then block only when transactiondata is nothing…but after first time it would not be nothing as data is already read

Cheers

1 Like

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