How to open an excel and rename and store it to another folder

Hi,I have an excel file named Samplestring.xlsx,I need to open that excel and rename it to invoicedata.xlsx and store in to some other folder. variables are of string type.

  sourcepath:"C:\Desktop\SampleforTesting.xlsx"
  filename:"invoicedata"+".xlsx"
  destinationpath: "c:\finalfolder\"+filename
  1. excel application scope
    sourcepath
    In the save workbook activity i dont have any options to pass the destination path.
    once after this what i have to do.from where i can rename the file…can any one please let me know…

@Chippy_Kolot

Use Move File activity for this.

Refer this tutorial:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.