Sending records via email using Alteryx
- 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 using a join tool for mapping records from different inputs and the records which are unmapped and in Left anchor of join tool those records I want to send to other person using email tool , How can i achieve this using Alteryx and if there is an alternative method to do this please suggest.
Solved! Go to Solution.
- Labels:
- Data Investigation
- Datasets
- Join
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@arsh011
Have you tried to connect an Email tool after the Left anchor?
It is not clear from your post what you actually want to do. If you want to send a content or attachments what exactly are you trying to do.
I guess you should explained more in details what you would like to do, otherwise based on what you wrote, it can be done as a generic answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Like i want to send the records as an Excel attachment via email which are in left join only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I run the workflow and the automatically the records which are in left join sent out as an attachment via email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ok, in this case you will need to have the full path to these items and then you could attach them to the email tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I also want to implement a condition if there will be no records in left join then no need to send email automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @arsh011
In this case, after your join tool you can add a block until done tool, in which
- 1st output anchor will create file into a folder.
- 2nd output, you can count the records coming out of the join tool, using count record tool
- add a filter tool to check if the record count > 0 and then add email tool towards the end.
 below is the config to email tool(portnumber might be different in your organisation)
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot @SmitaLohande , This solution works for me !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That's great @arsh011 !
