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

How to make detour tool user defined

vamsey
8 - Asteroid

Hi,

I had data like in this format.

ID amount
1 33
2 44234
3 454
4 65

 

I need to write an email if the no. of records are greater than 5 . Basically I'm trying to use detour tool with user  input of count >5  but I'm not succeeding. Can anyone help?

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @vamsey 

 

You can build a workflow like this and pass To email id from a formula. This way if count <=5 then no rows are generated after filter hence no To email is set to send the email.

 

Workflow:

atcodedog05_0-1633696408926.png

 

Hope this helps : )

vamsey
8 - Asteroid

Thanks.... It worked 🙂

Have a nice weekend 😄

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @vamsey 

If my response helps please don't forget to mark it as solution.

Cheers and have a nice weekend!

Labels
Top Solution Authors