Data scraping always shows the data fetched while configuring the activity

I am trying to extract data from HTML table using the Data scraping activity. I was able to setup and validate the activity successfully.
But, on my actual scenario the data scraper always returns the same result which I used to setup the activity. It does not dynamically read the actual data from the HTML table loaded on browser.

HTML table data used while setting up Data Scraping
Column1 | Column2
111 | 222
333 | 444

When executing the program actual HTML table data seen on browser
Column1 | Column2
AAA | BBB
CCC | DDD

But the data returned by data scraper activity on output table.
Column1 | Column2
111 | 222
333 | 444

1 Like

Make sure you did not initialize the values somewhere or forget to remove/update references to your test datatable.