hi,
i am trying to read each excel from folder and convert it into a data table. but the problem is i am getting complete folder path instead of excel file name so that i am getting an error in read range activity.
please find the attached screen shot which i am getting.
On which activity you are getting error?
Excel Application scope will not throw error if you pass full path of excel
Hi @sunilraju
To answer your question.
To get the file name use.
path.getfilename("completepath")
This will provide you file name with extension.
- If you are having issue in read range activity it might be some other issue.
Request you to share error message.