Looping specific files in a folder

Hi @Seema_Jethe

Check out this post :slight_smile:

Try inserting this into an Assign activity where:
Left Assign:
Array of String variable (String[ ])

Right Assign:
“Directory.GetFiles(“C:\Users\seema.jethe\Downloads\Test”, “.pdf”)”

It will give you a collection of all PDF files in that folder location.

Does this help you?