Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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