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.

Inputs/outputs

dabonce
5 - Atom

Hello community,

 

As I'm a new beginner, I'm trying to figure out how to run Alteryx without manually selecting/search for the files on every run. I'm creating input/output folder and saving my files in there for the runs. How do I configure this in Alteryx. Also, how do I tell Alteryx to save the same file name on the output folder?. Any feedback on this? Thanks! 

2 REPLIES 2
cjaneczko
13 - Pulsar

To stop searching for files I would read up on using Relative Paths in your inputs/outputs. If you are storing all of your Inputs in one folder and Outputs in another this is the best way to go. 

 

https://knowledge.alteryx.com/index/s/article/Paths-and-Alteryx

 

For saving the file name, you can use a formula tool or bring in the path/name as a field in your workflow and pass it all the way through to the end. Then use the output tool to grab the file name and it will save it as that name.

 

image.png

Prometheus
12 - Quasar

@dabonce You can also drag the data source from its folder and drop it onto the Designer canvas and it will appear as an Input Data tool.

Labels
Top Solution Authors