Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Copy an Excel file from one location to another (Dynamic Locations)

sakshim
8 - Asteroid

Hi folks,

 

I need to copy excel file which gets created on monthly basis and paste it to different location. Here, file gets created in different folder every month. i.e June file will be created in June folder, July File in July folder. So I can reach to the location by dynamically coding the workflow but not been able to copy exact file to the different location using Run_command tool as it is always changing the content of the file. Also, I'm not comfortable with this tool as not able to understand the process/ examples already provided on the community. Can a request for help please.

 

Regards,

Sam

4 REPLIES 4
BrandonB
Alteryx
Alteryx
sakshim
8 - Asteroid

Can I add the date time stamp to the file at output location ? I tried  but it has created some txt file and renamed it.

Sunceray
7 - Meteor

I was able to include a dynamic date in the filename by adding a ReportDate field with the current (DateTimeToday()).

Labels
Top Solution Authors