Excel File Name time stamp.
- 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
Solved! Go to Solution.
- Labels:
- Date Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @nmccarthy82 I mocked up a workflow that shows how to do this. Let me know what you think?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I use this in one of my workflows but am finding that the timestamp is not 100% reliable. Example, you can see I've run a workflow that's saved my file at 9:30 but the timestamp says 9:11.
I have tried various combinations to see how to update the timestamp:
- Delete files and run
- Close workflow, re-open and run
- Close Alteryx, re-open and run
- Close workflow, delete files, re-open and run
- Close Alteryx, delete files, re-open and run
My formula to populate the field is basically the same as the example posted: "filename_"+DateTimeFormat(DateTimeNow(),"%y-%m-%d_%H%m")
Every time, I'm getting a timestamp of 9:11...
Any ideas on how to get the timestamp to update?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
HI,
You shall replace the m with a captial M as in :"%y-%m-%d_%H%m"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
as in "%y-%m-%d_%H%M"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That did it. Thanks!
