While and For each Row

Hi, I am using for each activity after a while condition. But While condition is not working. Please help

Thanks in advance

@Bharath_Kumar3,

I think this could be done with LINQ more faster. Try to elaborate your input file and output file along with what should be the logic to update the row values.

@Bharath_Kumar3

Canyou elaborate what you mean not working…is it throwing some error? Or is it that the loop is not continuing?

What is the initial value of countervariable

Cheers

Thank you @ashokkarale @Anil_G

It was resolved. Changed the code to use while condition within for each activity. It worked!!

1 Like