We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Moving the files from input folder after workflow completes.

Saravanan13
8 - Asteroid

Hello all,

 

I am looking to move the files from input folder to a different folder once the workflow completes running.

 

The input for my workflow will be updated every 30 minutes, Once the workflow is successfully run I want to move files completely from input folder to a different folder. So that the workflow will pick up next input.

 

Can anyone help on this.

4 REPLIES 4
gawa
16 - Nebula
16 - Nebula

hi @Saravanan13 

 

You can use Events so as to run command to move files after WF runs.

image.png

Saravanan13
8 - Asteroid

Thank you so much. Do have any sample workflow for this. Sorry I am beginner in Alteryx.

gawa
16 - Nebula
16 - Nebula

I'm afraid not. You can search for the past community threads.

TimN
13 - Pulsar

You can execute a Python script.  We run like this on the server (see picture).  

 

Labels
Top Solution Authors