How to attach an Excel file to an Email
- 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
Alteryx Community,
I am trying to send an automated email w an excel attachment to certain stakeholders. However, when I run the workflow i get the following error message.
Any inside you can provide is greatly appreciated.
Thanks,
Felix
Solved! Go to Solution.
- Labels:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Referring back to the documentation for the email tool, the attachment section requires the file path of the document you are trying to attach
If your main workflow is configured the same as your attachment, then outputting the full path of the excel document should point the email tool to the attachment and send it as an attachment.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @felixcaspari!
Will something like this work for you?
The Block Until Done tool allows the file to complete writing before it is picked up as an attachment in the email tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@ddiesel thank you, that solved the issue.
