Data scrapping not refreshing the values of the table

Hi
I am facing issue with the data scrapping of the table in an application.
The scenario is, there is a table where the logic is to scrape the table and check for the row-column value(Status) is changed from “Pending” to “Done”, if Status is pending wait for some time then scrape data again.
The prb is the value is changed in the application table to “Done” but when data scrapping happens, it scraps data as “Pending”, even though the application table column shows “Done” status.
Somehow it’s not fetching the refreshed values of the column.

Abhishek

Hi,

Output - DataTable property of Extract Structured Data activity is InOut type argument.
So can you try to put Clear DataTable activity before Extract Structured Data activity, if you reuse the variable?

Regards,