Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

EMAIL DECISION

grail0305
6 - Meteoroid

Hello, Just want to ask if there a a way to solve this scenario;

after running the query, given the table below you can see that there is a total of 3 records.

 

ID_NOName
123Mark
456Bryan
789Roger

 

So an email will be sent stating that there is a data in the table, but if another run the next day and the result

is like in the example below;

 

ID_NOName
  
  
  

 

An email will be sent stating that there are no data in the table, I have try using a decision tool but it seems both the true and false condition will be sending  the email,

I only need one email to be sent base on the condition, if anyone has an existing workflow, I humbly ask if you could share it here , Thank you so much.

1 REPLY 1
OTrieger
14 - Magnetar

@grail0305 
You can use the Count Tool and then put a filter after it Count = 0. In this case an email will be sent only if there is no data

Labels
Top Solution Authors