Read folder file

I have same file like test1.pdf,test2.pdf…test20.pdf. but when i read all file it read first text1.pdf,test10.pdf…
i want to it read test1.pdf,test2.pdf…
please help me

Hi @Rakesh123,
Based on alphabetical order “test1 and test10” are in order. To avoid this you should name files like “test01, test 02, test03…test10”.

1 Like

Hi @Rakesh123,

Keep all in pdf files in one folder then use for each
directory.get files(“PATH NAME”)
Use read pdf text

Hi @Rakesh123

I have created workflow based on requirement run and check you will get the solution.
Before run this workflow please change file path where you save pdf files folder.

ReadFolderFile.zip (445.6 KB)