Read file inside Folder

Folder Path-> C:\Users\Uipathuser\Taxology\Test_Folder_Data_RPA - Documents\Spain\Alberta Investment Management Corporation\2020\Public Service Pension Plan\Allocation data

I want to read the file inside allocation data so for that i’m using Directories.GetDirectories(FolderPath)
& Directories.GetFiles(FolderPath,“*.xlsx”)
It give me result like this
→ Excel File C:\Users\Uipathuser\OneDrive - Taxology\RPA\Spanish Claims\Code\SpanishClaims_CompleteForm\System.String was not found.
I want like this

→ Excel File C:\Users\Uipathuser\OneDrive - Taxology\RPA\Spanish Claims\Code\SpanishClaims_CompleteForm\Allocation data\XYZ.xlsx
So how can i do this?

Hi @pravin_bindage
You could use for each file in folder activity
image
image

yes i used now it working

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