Hello,
I have problem with one project I’m making. I have extracted data table from website and I need to go through it as long as correct contract number has found. It can be the first number on table or it might not be on the table at all.
How to exit from this for each -loop after ‘contractOK = True’? Now it’s continuing to next row where contractOK gets value false. That cause problem on next step which I need to do something only if correct contract number is not found at all from the table.
Thank you in advance!