Copy File and use other workflow

Hi I want to copy the excel file, give it a new name, and use the copied excel file in a new flow.
How can I do it?
Now I copied the file and gave it a new name.
The first picture is a copy of the file.

Please use Move File activity and give different name in the destination part.

Hi @Bobae_Lee

pass the new file name in the workflow as a in argument you want and use it.

image

Best approach is

  1. Save your path in variable
  2. Pass that variable to To in the copy file activity
  3. Then pass the same variable to the new flow by creating argument. If it is in same flow then you can use same variable