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.
SOLVED

Equivalent of 'Directory' for output files

cchetrusca
5 - Atom

Hi,

 

Every time I run the workflow, I want to write the output data as a new file (maybe with date within the file name) in a folder and keep the previous output files untouched. The folder with output files may look similar to the one below.  

 

cchetrusca_0-1582200649746.png

As today is 20/02/2020, I run the workflow today and should get the file 'OutputFile_2002_2020.xlsx'.  

Please advise.

 

Many Thanks, 

Constantin 

 

2 REPLIES 2
DavidP
17 - Castor
17 - Castor

You can create the filename in a formula tool like this:

 

DavidP_0-1582201165371.png

 

and then use this option in the Output Data tool

 

DavidP_1-1582201254640.png

 

 

ChrisTX
16 - Nebula
16 - Nebula

Here's a related post, with a few possible solutions https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Output-Issue/td-p/530747

 

To create folders, see the workflow workflow "Make Directories.yxmd" in this post

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Output-to-new-folder/td-p/54472

 

 

Labels
Top Solution Authors