Start Free Trial

Alteryx Designer Desktop Discussions

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

Conditional Join

mzp
6 - Meteoroid

Hello!

 

I am looking for some suggestions on what tool would be good for the following scenario:

 

I want to use a condition, if there is data on the left side of my join tool then send an email, if there is no data, either stop there or don't send the email . Any idea? 

2 REPLIES 2
DHB
8 - Asteroid

Not sure I understand correctly but can you not just put an email tool on the left output or filter the left output to non-null email records?  Might need a visual to get a better idea.

messi007
15 - Aurora
15 - Aurora

@mzp,

 

A possible solution would be to only send the email on a successful run of a workflow and triggering an error if there are no data. Use the Count Records tool followed by the Message tool with the following configuration

messi007_0-1613548908795.png

 

Configure the workflow to cancel running if an error occurs - this can be done within Runtime setting of the workflow

 

 

messi007_0-1613549114873.png

 

 

 

 

Hope this helps!

Regards

 

 

 
 

 

 

 

 

 

 

 

Labels
Top Solution Authors