How to Use the Alteryx Email Tool

  Рет қаралды 38,925

Nathan Patrick Taylor

Nathan Patrick Taylor

Күн бұрын

Пікірлер: 36
@thinnekim4805
@thinnekim4805 2 жыл бұрын
Thank you very much for the detailed explanation
@NPT
@NPT 2 жыл бұрын
You're welcome, Thinne! 👍
@thinnekim4805
@thinnekim4805 Жыл бұрын
@@NPT I re-watched again as I need to find a solution to a business problem. I find this very useful. I have to reconfirm if I can send emails to multiple user using a list of users. This really help a lot.
@phanurutpeammetta2066
@phanurutpeammetta2066 3 жыл бұрын
This is very helpful! I finally could solve the problem with multiple email output thanks to you! Keep on great content!
@NPT
@NPT 3 жыл бұрын
You're welcome Phanurut. Glad your email issue is solved.
@waverider80
@waverider80 4 жыл бұрын
Excellent video. Thanks for sharing.
@NPT
@NPT 3 жыл бұрын
Thanks for watching!
@jeffreed719
@jeffreed719 Жыл бұрын
Very helpful video! I am trying to take it further by using the "Use fields" for TO and FROM, but not sure how to get my formula fields to show as options. Do you have another video that shows that or suggestions? I've tried googling but havent quite found the answer yet
@t1mech1ldtc60
@t1mech1ldtc60 3 жыл бұрын
Hi Nick, Do you have a video on the separate process you discuss at 11:43. I'm currently looking for guides/videos on this specifically :)))
@abhishekpachauri4403
@abhishekpachauri4403 2 жыл бұрын
Hi Nathan, amazing video. Is it possible to send emails based on rows? like two rows can be for 1 person. SO data will be filtered for that person. If some person has 5 rows, then only 5 rows will be shared with the user.
@NPT
@NPT 2 жыл бұрын
Yes, you can send a set of rows to specific people. You'll need to include their email address as a column/field. Then group the rows you want to send to that user so only one table is generated per email. You need to do this because the email tool sends one email per row.
@akshaynamdev
@akshaynamdev 2 жыл бұрын
Hey Nathan, Thanks for the tutorial. Very helpful!! One question, can we pick an input from the remote location(Shared drive) and also place the output file as well. If yes how can we do that and how we can make connection of Alteryx and remote server location. Any help is much appreciated.
@NPT
@NPT 2 жыл бұрын
Yes you can! Use a Universal Naming Convention (UNC) path. These paths are prefaced with a double-back slash \\ and the server name, drive letter, and folder name. For example, the UNC path could look like this \\MyServer\C$\Alteryx_Outputs. You'll need to make sure that the user running the workflow has permission to access the folder.
@DanielWeikert
@DanielWeikert 6 жыл бұрын
Thanks Nathan. Like the Alteryx Series. Could you dive deeper into Macros, Spatial Options and Statistics (Forecasting)?
@NPT
@NPT 6 жыл бұрын
Absolutely, those are great topics. I’ve got some ideas for Macros and Stats that should make for good videos. Thanks for the comment.
@DanielWeikert
@DanielWeikert 6 жыл бұрын
awesome. Considering "statistics" any kind of predictive analytics would be great.
@ratishnair8579
@ratishnair8579 4 жыл бұрын
@@NPT Hi Nathan, just going through the wonderfully helpful videos. Thx a ton. Would also like to check if the videos for macros were added over time. Looking to understand the benefits and if it has definite positives then switch from excel macros to Alteryx for some reports
@priyankatavate1818
@priyankatavate1818 5 жыл бұрын
Hey Nathan, thank u for the tutorial. Great content. I use outlook for my corporate account. I wanted to know if I need to link outlook to Alteryx to send out email from Alteryx.
@srinivasanupindi8057
@srinivasanupindi8057 4 жыл бұрын
Excellent and thanks
@NPT
@NPT 3 жыл бұрын
You are most welcome!
@ManojKumar-dk3cy
@ManojKumar-dk3cy 2 жыл бұрын
Is it possible to get specific line or add condition to filter %outputlog% when workflow failed with error. I just want to add condition when log contains specific text in line then email body different else all outputlog.
@thiagocunha7045
@thiagocunha7045 2 жыл бұрын
I can't use email field after this tool, just available the fiel layout. can anyone help?
@yyz619
@yyz619 3 ай бұрын
How to send the output table as an attachment to email?
@richardtalbot7610
@richardtalbot7610 3 жыл бұрын
Hello, it appears to me that if you use the Visual Layout tool, the ability to use a Field for e-mail address is not possible. Someone Online suggested using the Append Fields to add the e-mail address field back in, but when I try to do that it throws an error "There were more than 16 records in the source. Do you know how to get the e-mails back in after the Visual Layout tool? Thanks!
@jeremy343
@jeremy343 5 жыл бұрын
I'm facing a problem with the email tool, mainly with the attachment option. I need to attach a word document to send several emails, the problem is when I sent the emails the files are corrupted and people can't open it, I tried converting to pdf but no success and also I tried saving the files in One Drive but didn't work. I'm curious because when I attached an excel file then the people receive the email with the attachment working correctly. Below is a screenshot of the error, the file in my computer works well and I can open it without any problem so I don't know if it's something Alteryx does when sending the email: Please let me know if you need more details and thanks for the help!
@kcastillo0319
@kcastillo0319 5 жыл бұрын
Nathan, I am a huge fan of your tutorials - concise and highly informative. Re the SMTP address, our company recently moved to Office 365. In Alteryx version 2018.4, the auto-detect feature has been removed. Alteryx documentation for the email tool suggested mail.[yourcompany].com. I used that successfully. A request - any tutorials you want to do re the Developer Tools would be so welcome. You seem like a busy man, so just let me say I appreciate the time and quality of what you have shared with us. Thanks again.
@Shua060606
@Shua060606 5 жыл бұрын
mailhost.yourcompany.com seems to work for me for o365
@NPT
@NPT 4 жыл бұрын
Kay, thanks for the kind words. Your comment got held up in 'spam' so my apologies for the delay in responding. Yes, I'll take a look at the Developer Tools and produce some content based on those tools.
@stuartmoon6202
@stuartmoon6202 3 жыл бұрын
How do you do that with an excel file, It grabs the excel file and sends it over and over again...
@NPT
@NPT 2 жыл бұрын
Yes, so what's happening is that the number of input records to the email tool determines how many times the tool executes the email process. Unless each row contains a unique email to process, you typically will only have one row as input.
@aaronbell759
@aaronbell759 6 жыл бұрын
This is a great video, is it possible to generate a unique templated report for each row in a data set and name the file based on a certain value?
@TheLucia513
@TheLucia513 3 жыл бұрын
Can alteryx win zip an output data file and email it?
@NPT
@NPT 3 жыл бұрын
Yes it can! And here's how to do it: kzbin.info/www/bejne/r3iql2iZqcumf6s Thanks for the suggestion Lucia. 👍
@christiancano4851
@christiancano4851 5 жыл бұрын
Hey Nathan, thanks for the tutorial!!! Great stuff....I was wondering if you could cover more on the data governance that you mentioned towards the latter portion of the video? I have an excel with multiple persons from work that I would like for them to receive an email based on particular selections....rather than doing this manually.... Cheers, Chris.
@tobycollin9436
@tobycollin9436 3 жыл бұрын
instaBlaster...
@amanverma1610
@amanverma1610 Ай бұрын
you didn't explain it properly just given a eye view how it looks, kind of overview of the tool.
Alteryx - Dynamic Input Tool
18:34
Nathan Patrick Taylor
Рет қаралды 69 М.
Alteryx - Using the Render Tool to Format Excel Files
9:53
Nathan Patrick Taylor
Рет қаралды 22 М.
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 247 МЛН
Alteryx Standard Macros
13:04
The Information Lab
Рет қаралды 23 М.
Alteryx for Excel Users - Part V: Joining and Merging Data
10:50
Nathan Patrick Taylor
Рет қаралды 28 М.
Create a Report in Alteryx - How to use the Report tool
9:27
100 Silly Codes
Рет қаралды 2,9 М.
Predictive Analytics with Alteryx
1:34:14
Carl Allchin
Рет қаралды 49 М.
Alteryx for Excel Users - Part III: IF Statements, Formulas, and Summaries
13:41
Alteryx - Power BI Output Tool Revisited!
14:49
Nathan Patrick Taylor
Рет қаралды 6 М.
Alteryx for Excel Users - Part I: Get Data
10:30
Nathan Patrick Taylor
Рет қаралды 56 М.
Alteryx - Intro to Interface Tools - Part I
9:01
Nathan Patrick Taylor
Рет қаралды 19 М.
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49