How to looping in scrap table if one of the table row will disappear after matching

Hi All,

I have scraped a table:
image

so i can get the row date and their row number.

The row date is for me to match with datatable and their row number is to consequently loop to next row number if one of row date is match with datatable.

Unfortunately, once i match, the matched row will dissapear thus my loop will not be valid since one of row number is not present.

Is there any way for me to counter this?

Thanks in advance!

Hi @mashy2,
You could import this scraped table and save it as DataTable variable and then comparing each item from this DataTable with the other one you have.

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