Multiple .xls tabs to email output
- 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
Good afternoon,
I am attempting to automate a report, in which four unique .xls tabs have been created, and rolled into one larger .xls file. At this point, I am searching for ideas on how to automate sending this file via email. The tabs need to remain separate in the output, as they have been filtered down to display the same metrics, just different business units.
The issue I am running into is that there is how to set up an email tool with the output in it's current configuration in the workflow. There are four output tools, each sending data to an Excel spreadsheet. Below is how the end of the workflow is set up, but with the Output tool being more or less 'final,' I am having issues trying to link it to the email tool.
Any help is appreciated!
Thanks
Solved! Go to Solution.
- Labels:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It sounds like you want to run an Email Event, and not use the Email tool.
From your workflow properties (properties window with nothing selected),
- Click the Events Tab.
- Click Add -> Email
- Run Event After Run Without Errors
- Fill out the To/From, etc
- Add your attachments
The Email Event will send one email at the completion (or prior to) the wworkflow run. In contrast, the Email tool will send an email for every record in the datastream.
P.S. notice the Enable Events checkbox on the Events Tab window...this comes in handy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This was a huge help! Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Amazing, thank you. Been trying to figure this out myself all of today!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great solution Tara. If we want to modify the Subject to include today's date, what is the syntax? What I have now is as shown below:
%Module% - %NumErrors% Errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Tara!
My workflow outputs 12 separate Excel files (2-3 worksheets per file). I want to email each individual Excel file to a different audience. In order to name the files "automatically," I've created a NewFileName field which includes some of the file path name and a couple of dynamic fields depending on the filters applied to the specific data set. In the end result, the Excel file created pulls the name of the file from the field NewFileName. I don't want to rename the file manually every month (or week). As such, the Output tool doesn't display the full name of the new files created. How can I choose the path for the attachment from the NewFileName field?
Thanks.
Jasmine