For each row - if condition iteration issue, any alternative?

Hi Team,

Please refer the below table for your understanding. …:-

So I have read this datatable into a variable :- dtChunk.

I am using For each row activity:
I have an if condition inside it, while doing the manipulations, the iteration has reached till “Ram’s row”, but I want to iteration to move back to Place = mumbai for further processing.

Please help me how can I use the for each row activity and use the if condition and bring back the iteration to the start for further data extraction.

Kindly reply faster

Thanks and regards,
@hacky

You can use Flowchart’s where you can iterate as per your need. @hacky

1 Like

Please use While statement, not For Each

Please refer to the image below.

1 Like