Changing Paths
- 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
Hi,
I am running a workflow which uses the dynamic input tool to open the latest Excel file, but sometimes people have these files open and it throws an error.
Is there a way I can create an alternative workflow incase I get an error in another tool?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The driver used to access Excel files prevents multiple applications from using it at the same time so if someone has the file open, you won't be able to work with it I'm afraid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What if there is another older file? Rather than reconfiguring the dynamic input tool I want to know if it's possible once an error is flagged if there's a way to make Alteryx jump on to the other flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How do you run the workflow? Do you trigger it manually in your Designer? Or is the process scheduled on a server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The process is triggered manually in Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In which case the easiest thing to do would be to leverage the Conditional Runner from the CReW Macros pack. This will allow you to run the process looking for the latest file followed by another module picking the second latest in case the first one fails.
