Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Dynamically update Dates To the Output FileName and Define a Path Where it gets saved

DataPirate26
10 - Fireball

Hello All, 

 

Can anyone help me out on how to update current date dynamically to the Output FileName and also let the user define a path where it gets Saved. 

6 REPLIES 6
messi007
15 - Aurora
15 - Aurora

@DataPirate26,

 

Please see this post it shows hoaw to add a date in to file name : https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/How-to-Dynamically-rename-output-fi... 

 

In order to let the user choose the path you can use an input text with an action to update the path :

User will add the file path using the text box then we update the formula and create the file.

messi007_0-1643961298152.png

 

Hope this Helps,

Regards,

mihaicom20
8 - Asteroid

Hello,

 

You have attache an example that is taking the current date dynamically and on the Action toll you can select what part of the folder link to be updated manually by the end user, based on  folder location.

Qiu
21 - Polaris
21 - Polaris

@DataPirate26 
You can do something like this.

0204-DataPirate26.PNG

DataPirate26
10 - Fireball

Hi @Qiu @mihaicom20 @messi007 so basically I have to Auto create a Folder Named Output i.e when I will run the workflow a folder named Output Will be created and There a output File named "XYZ 2022-02-07" needs to be created which will have  2 tabs "A" and "B". 

Qiu
21 - Polaris
21 - Polaris

@DataPirate26 
Creating folder needs to use Run Command Tool.
and where exactly you want this new folder to locate?

Labels