How to read all the files in a folder

How can read all the files in a folder
iam getting this error plz check

Hi @T_Y_Raju

Just give Folder Path

Cheers!!

i did but when iam using for each its giving error

HI @T_Y_Raju ,

you are passing list of files in a folder as a input in “For each file in folder” activity. but you have to pass the folder path.

Regards,
Arivu

@T_Y_Raju,

Enter Folder path in In Folder field and in your Message Box you can pass - CurrentFile.FullName to get full file path which is being iterated.

Thanks,
Ashok :slight_smile:

ok i got it now its working thank u

@T_Y_Raju

If your files are in list then use For each activity

Cheers!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.