How to dynamically loop through the PDF's that are saved on our local drive

hey @srikanth999

You can get only “.pdf” from a particular directory with this :slight_smile:

String[ ] = Directory.GetFiles("D:\sample_pdf\", "*.pdf")

now you can iterate it with for each activity.

For your reference :slight_smile: pdf_Read_from_directory.xaml (7.3 KB)

Regards…!!
Aksh