We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Automating Emails through Multiple Criteria

bigdatadan23
5 - Atom

Hello Everyone, 

 

I am relatively new to Alteryx and am currently trying to solve the issue of automating emails through a given set of criterias. I know I can possibly write an IF statement and the email tool, but a colleague pointed out that while it can work, it can be extremely inefficient. Right now we are testing certain criteria, and collecting data on if they pass or fail, if they fail we flag them with a Test ID, and email them manually. We have their email and test ID in the outcome of the workflow. What I am proposing is that we create literature to send to them depending on the test we fail, but have it automatically triggered by the Test IDs. I have illustrated what I believe would be the way this happens.

 

Our starting data set is in Table 1, then through a trigger/formula/etc. it pulls the corresponding text for the test(s) in Table 2 and it adds it to an email in the Outbound Emails table. I've attached the picture below. What would be the best approach to get to this point? I am open to all and any suggestions, also open to learning a new tool/language if needed. I would greatly appreciate any feedback and direction on what tools can make this possible. Thanks!Email Automation1.PNG

3 REPLIES 3
DavidP
17 - Castor
17 - Castor

Hi @bigdatadan23 

 

Is it something like this you're looking for?

 

DavidP_0-1610471237794.png

 

bigdatadan23
5 - Atom

Helllo @DavidP ,

 

I think it gets to a part of what I'd like to do, but not the entire thing. I think part of the issue comes in where I'd be using the email tool, or another tool, to automatically send the text through the emails out to the corresponding employees. 

DavidP
17 - Castor
17 - Castor

Hi @bigdatadan23 

 

You'll have to configure the email tool with your smtp settings and also the From and Subject fields. You can use [email] as the email field and [body] as the body field

 

DavidP_0-1610472244836.png

 

Labels
Top Solution Authors