I am creating copy of excel files inside my loop having specific data and then doing data manipulation. How to create copy of excel file with unique name?
Hi,
follow below steps.
- use assign activity and create variable of type guid.
2)use assign activity and create variable of type string → fileName=“yourDirectoryPath”+“prefixFileName”+guidvariable.tostring+“.xlsx” - use copy file activity.
Hope this will work
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.