How to extract the tables rows from web application based on some condition

I have a web app where i need to extract all the rows from the inner table having the status value with"INTERRUPPTED" and error value as “Error”

Can someone guide me how to do

@Chandralekha_M

Welcome to forums

First you need to scrape entire table and place it in a datatable

Then using filter datatable activity you can filter records with “INTERRUPPTED”

Check below for your reference

Hope this helps you

Thanks

Hi @Srini84 Thank u so much for ur quick response…this helped me a lot

@Chandralekha_M

Glad that i helped you

Mark as solution if this helps

Happy Learning

Thank you

Yes it helped me…the thing is i could capture the outer table …inner table rows are not been extracted.i wanted to perform the filter action on the inner table row values…is there any method to do this…?

Are you able to scrape the inner table with the data scraping wizard?
image