Hello guys
I am trying to retrieve the name from the an excel file then using this name from the excel file to name a “.docx” file.
But it is showing “file name format wrong”.
I am using the Directory.GetFiles(“folderPath”)
then using For each activity to get the file name then using this file name in the copy file activity to get the final name.
Please guide me.
Thanks in advance.