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

Containers firing off in a certain order

Brad1
11 - Bolide

What is the best way to get Containers to fire off in a certain order - beyond disabling the ones you don't want to run and enabling the one you want to run and repeating the process.

2 REPLIES 2
jamielaird
14 - Magnetar

Hi @Brad1 ,

 

There isn't a way to control the order of execution based on the containers themselves, but you could achieve the same end result in two ways:

 

1) By using the Block Until Done tool in between your containers

2) By splitting your workflow down into multiple workflows and using the Conditional Runner tool from the CReW Macro Pack to chain your workflows together

 

-----

If I've answered your question please consider marking this solution as accepted. Thank you!

DanM
Alteryx Community Team
Alteryx Community Team

@Brad1 ,

 

There is a way to control the order of the containers firing off in a batch macro. You can use an If Then statement in the Action tools that states if the Control Parameter we say #1 then fire off that container. Then the next container would have an Action tool configured the same way with the #2. You would then send the numbers in the order you want into the upside down questions mark (Control Parameter) with the order you want the workflows to fire off.

 

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/A-BINGO-Game-That-Could-Solve-Your-Use-Case/...

 

DanM

Labels