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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Container run optional on the previous container

rajat_del
7 - Meteor

Hi,

I have two containers. The first generates a file, the second container takes the file and send email. I want the 2nd container conditional so that only when the file is generated, the second container starts running.

I don't want to create a chained app or use crew runner macro and would like if it can be done within a workflow?

3 REPLIES 3
binuacs
21 - Polaris
atcodedog05
22 - Nova
22 - Nova

Hi @rajat_del 

 

Try using block until done between containers like below. It moderates the flow where 1st flow is completed first, 2nd second so on. This is a common method used for generating files and attaching them in the mail.

 

atcodedog05_0-1642500431867.png

 

https://help.alteryx.com/20213/designer/block-until-done-tool

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @rajat_del 

Cheers and have a nice day!

Labels
Top Solution Authors