How to Extract data From multiple PDFs and Insert into Excel

I am able to extract data from single Pdf . but trying to extracting data from multiple pdfs but always i am getting only first pdf data.

Hi,

Kindly use excel loop. In excel define the path of excel you want to process for data extraction in column say FPath.
Cut paste PDF activity inside excel loop activity.
Replace the hardcoded file path in PDF activity with argument FPath.

When you run the process it will extract data from all pdf paths mentioned. You can write back extracted data back in excel using WriteToExcel

Regards,
Amit Anand