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

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