How to use data scraping

You can refer the workflow -
SelectSpecificRowsFromAWebTableBasedOnSomeCondition.xaml (15.7 KB)
and the use case - Select the certain web-element respective to some conditions - #6 by VinitaD
In my case, the first row had RowId = 2, so I had to initialize RowId to 2 and then increment if there was no match.