Dynamically update Dates To the Output FileName and Define a Path Where it gets saved
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Solved! Go to Solution.
- Labels:
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Hope this Helps,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DataPirate26
You can do something like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DataPirate26
Creating folder needs to use Run Command Tool.
and where exactly you want this new folder to locate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As @Qiu said you need a cmd to create folder :
Plase take a look on this posts :
Hope this helps,
Regards,
