How to put condition to take next item from excel based on other column status

I have used For each loop and inside that I am using some activity to take item from excel to web.

I want to rerun the file so that it should take the Column A items again if Column B shows “No Data found” orelse it should skip that row.

Please suggest best method.

@Ranjit_Nayak1

For the Column B check we can add a if condition inside the for loop…

But what do you mean by rerun?

cheers

I want to run the bot again with same file so that it will skip the rows based column B row value.

@Ranjit_Nayak1

Then add this condition…so whenever it runs thwn according to the condition the bots would either pick the row or leave

Cheers

Filter data table option is best solution i found. If condition is not working or its taking same rows again , its slow.

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