Alteryx Designer Desktop Discussions

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

Opening a folder after workflow run?

jonathonng2
5 - Atom

Hi All, 

 

I just have a question is there anyway you can open a folder location (windows explorer) after a workflow finished running?

 

Thanks 

Jon

6 REPLIES 6
Qiu
21 - Polaris
21 - Polaris

@jonathonng2 
I think a Run Command Tool can do that.

0310-jonathonng2.PNG

BenMoss
ACE Emeritus
ACE Emeritus

Hi @jonathonng2 

 

This can be made possible by using 'Workflow Events' which is available in the configuration pane for your workflow. 

 

BenMoss_0-1615361585777.png

 

You would want to choose a 'Run Command' event and trigger this to occur when the workflow finishes running. It's then a case of developing your run command script to open up the windows file explorer in the appropriate folder.

 

https://www.howtogeek.com/691201/how-to-open-file-explorer-using-command-prompt-on-windows-10/

 

Alternatively, you could just have a file explorer tool (part of the documentation palette) on your designer canvas, open in the right folder.

 

I hope this is useful!

Ben

 

 

 

 

 

 

jonathonng2
5 - Atom

Thanks Qiu for this, what i was looking for

Qiu
21 - Polaris
21 - Polaris

@jonathonng2 
Great and thank you for the accept mark.

shawnmacnova21
8 - Asteroid

Any ideas how to get this to work with a network folder? First error code looks like it truncates the path name at the first space

KamenRider
11 - Bolide

Hi @Qiu 

 

I use your workflow and it is working fine in Alteryx Desginer. But when I saved it and run in the server, it keeps on turning. It doesn't stop. Would you know how to fix this issue?

 

Hope to hear from you.

Kamen

Labels
Top Solution Authors