Hi, I am using for each activity after a while condition. But While condition is not working. Please help
Thanks in advance
Hi, I am using for each activity after a while condition. But While condition is not working. Please help
Thanks in advance
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.
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!!