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
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
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
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?