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

@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