hello,
I need to open and perform task on each excel file mentioned in specific path .
i am geting error while creating workflow. cehck below ss
what wrong i am doing.
help me on same.
hello,
I need to open and perform task on each excel file mentioned in specific path .
i am geting error while creating workflow. cehck below ss
Use currentfile.tostring
@Mathkar_kunal
Assign
arr_Files=Directory.GetFiles(“FolderPath”)
Take Normal For each instead of For each file in folder
First give excel process scope activity inside give use excel file activity.
when we use use excel file we have to encapsulate the use excel file in excel process scope activity.
Give CurrentFile.toString in the Excel file option in Use excel file activity.
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.