Problem description:
I used extract structured data activity for multiple pages, but extract structured data activity output the same datatable 3 times for first page. For page 2~8, it worked normally
add delay active before Extract Structured Data,
use append range active save datatable to excel,
open excel after excutioin ended, I found datatable for first page append 3 times in excel
Use write range instead of append range, but data will be overwrite
Could anyone have suggestion for this situation or any update for Extract Structured Data active will be very appreciate !!!
Before writing the ExtractDataTable to Excel .
Can you please get a Rowcount of DataTable Items using an assign in a MessageBox
ExtractDataTable.Rows.Count.tostring
Validate if the above count is correct.- Just Wanted to see - If ExtractedData is Giving wrong numbers or excel is pasting wrong data.
Also, I can see ContinueOnError set to True - Can you ake it false and then try Since there might be some exception in Extraction taht we are ignoring…