For each page, I am getting a list of data, say pdffile names
I save the list into the datatable within each loop
In the end I want to save all of them into a excel file
Ideally I thought the 2nd loop would save from the row under the last row of the current sheet, but it overwrote from cell A2. If I use append… it went to hundreds of repeated records…
I attach my xaml here, can anyone help please? Thanks. test.zip (49.7 KB)
Thanks so much!
It works so well and I am still trying to figure out what you have changed… Is it possible you could briefly explain it if you have time? No worries if not, I will keep working on it.
BTW, the regex method you taught me in my first post helps a lot, and I always refer to it when trying to extract information. Thanks again.
Thanks. It makes so much sense.
I need to put the build datatable activity outside of the loop so it could keeps saving data into the datatable after each loop.