Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

If Results of a filter are 0 send an email

wonka1234
10 - Fireball

Hi,

 

Does anyone know how to incorporate the logic, if the results of my filter are 0 records, send an email to myself.

This workflow be stored on the server.

1 REPLY 1
BrandonB
Alteryx
Alteryx

You can use the count records tool in the transform category followed by another filter that says [Count] = 0. You would attach an email tool after the True. Therefore, if the count of records is in fact equal to zero, it will pass through the next filter and send off an email. If it is not equal to zero, the count will go through the false and not send an email because the true won't be getting records passed. 

Labels
Top Solution Authors