Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Run one after another

jonathangonzales
8 - Asteroid

Anyone know if there is a way to run these one after another instead of at the same time?

 Capture.JPG

4 REPLIES 4
JohnJPS
15 - Aurora

Please check out the "Block Until Done" tool (under the Devloper tab), which allows for ordered execution like this.

 

jonathangonzales
8 - Asteroid

Awesome thanks!

Srikanth1729
5 - Atom

Block until works only if your input for both the outputs is same. 

 

Any Idea of how to run when both are different inputs but same output. 

 

FYI, both inputs cannot be combined, and they have to go into output in order.

 

TIA.

JohnJPS
15 - Aurora

@Srikanth1729 - Can you create a dummy data set to send into the block-until-done, then join (or union) your real data to that on the output side if the block-until-done?

Labels