Error Opening File - Email Tool
- 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 have a workflow that produces up to 8 files that I want to send via the email tool. It's not always 8 and therefore I'm getting an error whenever the file is not created for the email tool and none of the files get sent. Is there a way to only send the files that were created without getting this error?
Solved! Go to Solution.
- Labels:
- Alteryx Practice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Picture of Email Tool Attachment Configuration. Based on Conditions of the Input files not all files will be created every time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Jason_Fenner have you tried output your results as temp files using a render tool and then picking up those temp files in the email?
Post below will show you how this can be done.
Solved: Attach a dynamic named excel file in Email tool - Alteryx Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks, What I eventually did was create a text input with the same fields as the output. If no rows were created by the flow, the file will still be generated due to the text input. The file with 1 row indicating "No Moves" remaining would still get generated and the email tool will always find it.
