Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Copy file from one location to Another location

Ariharan
11 - Bolide

Hi All, 

 

Could someone explain to me how to copy and paste the file from one location to another location without using the Run command tool.?

 

Regards, 

Ariharan R

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @Ariharan 

 

You can use this macro (it is using python), it works inside the Server too: https://community.alteryx.com/t5/Community-Gallery/Copy-files-between-folders/ta-p/1056621

 

niklas_greilinger
11 - Bolide

Hi @Ariharan

 

You could also use a .bat file where you can define the file you want to copy and where it should be pasted and run it as an Event of your workflow. (After Run, Before Run, On Error, etc...)

If you need and example please let me know.