Split output based on client name and 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
Hi All,
How do I separate output based on Client name and get an email draft in Outlook similar to the below picture using the below sample data? I used basic filtering but seems to take up a lot of time since as I am a lot of Client name. Thank you
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @esabay
This seems like a great use case for a batch macro! Simply use your list of names as the control parameter to send each email separately.
Check out this article to learn more: https://help.alteryx.com/20231/designer/batch-macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi!
Thank you for the help! But can the batch macro separate the client names too? Sorry for the question as I am all new to Alteryx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @esabay
I think the reporting tools with their group by functionality are what you want here:
You can construct your email using the table and report text tool, and then use the data to email the relevant info to the right person in the email tool.
Hope that helps,
Ollie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, this is exactly what your batch macro will do if you select client name as the field to use for your control parameter:
Relating this back to the article I linked above, the batch macro will run once for each client name from your input file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you both for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Olie, Same process but instead of the table can we get an excel attached to the email?
