I need an aplication to read a PDF file and get some information and save those informations in an Excel file. But I’m having problems with this part, as I can read the file and confirm reading and extracting the data I want with a log. I saved the information in a variable and passed this variable to my write range, but when I open excel, there is nothing there… what can I do?
Hi @Danilo_Rodrigues, I hope you are doing well.
Just wanted to confirm, are you using the excel write range activity for your dt_info datatable before add row activity or after it?
If you are using write range before add row activity then the datatable which you are writing to excel will be an empty one and hence nothing will be written on excel file.
Hi @Danilo_Rodrigues, I hope you are doing well.
If you got my response as your answer to the problem then please mark it as a solution and close the thread.