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.

Move input files after processing to another folder

MadhavTR
8 - Asteroid

Hi All,

 

I want to move my input files (INPUT folder) to PROCESSED folder once the workflow runs successfully. How can i do this?

 

Thanks in advance

2 REPLIES 2
Raj
16 - Nebula

@MadhavTR 
using the command prompt tool you can move files form one path to another.

command should look like
"MOVE" + ' "' + [Input File] + '" "' + [Output File] + '"'

hope this helps
mark done if solved.

aatalai
15 - Aurora

@MadhavTR think this needs to be done via the command line tool (unfortunately - I can't help with the exe files)

Labels
Top Solution Authors