New output file every month
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Analytics_Pooja
8 - Asteroid
‎05-20-2022
12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Alteryx users
I am creating a workflow where I am trying to generate a log file. The log file gets appended with a new row every time the workflow runs.
I want to create a new log file every month and the data gets appended to the same file if the workflow runs multiple times in a month.
Any lead will be much appreciated.
Best
Pooja
Labels:
- Labels:
- Data Investigation
- Macros
3 REPLIES 3
gabrielvilella
14 - Magnetar
‎05-20-2022
01:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎05-20-2022
01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your reply @gabrielvilella . This solution works only if monthly file already exists. I also want the workflow to create the file first.
Best
Pooja
Alteryx
‎05-26-2022
11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Analytics_Pooja - In this case you'd need to check if a file exists and use a Detour tool and a Macro. I change the previously uploaded workflow to achieve this.
