Check Condition from the Data Table

There is table in the web page, I want to read each row first and the check a Column of Price [Basically if a Price is greater then > 10] I have to capture the data from that respective row, how do i do that.

@Nazhath_Anjum

Use extract data table to extract the whole table into datatable

And then use filter datatable and give your condition… you will get all the rows matching

Cheers

(post deleted by author)

(post deleted by author)