Storing data in excel

I want to store data extracted from 4 pdf files in to excel but its storing last pdf data. Can you find solution?

thanks

This means you are using a write range to the same sheet, its basically overwritting the data, there are many ways to do this right.

One you can use write range from the first iteration or for data from file1 and then use append range for the rest.

Can you please share workflow

Share your workflow, I will edit it for you.

handwritten pdf.xaml (35.7 KB)

This should work for you:

Note, if your counter starts at 0 then change the condition to Counter > 0 but if it starts at one leave it as it is.

thank you So much

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.