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 file from directory to Engine.TempFilePath without using run command

prthmesh111
8 - Asteroid

hi, is there any way to copy the file from one location to Engine.Tempfilepath location without using run command

file name pattern-  abc_26sep2021_to_27sep2021_at_27sep2021_160157.xlsx which contains from and to date and date and time when file is created

i am using the copy command passing it into run command but it works when deployed on gallery for week but on first day of week on monday it throws an error on that run command,

 

purpose of copying to Temp folder  is because file are opened at user location so can't read the file directly.

 

currently i am passing the file name as in cmd as

'copy /y "'+"abc_*_at_27sep2021*.xlsx"+'" "'+[Engine.Tempfilepath]

 

is there any other way to copy the file

0 REPLIES 0
Labels
Top Solution Authors