Create unique copy of file inside loop

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.

  1. use assign activity and create variable of type guid.
    image
    2)use assign activity and create variable of type string → fileName=“yourDirectoryPath”+“prefixFileName”+guidvariable.tostring+“.xlsx”
  2. 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.