Hi
I have 2 processes in 1 Alteryx WF. I want both of them to run subsequently. In other words, the 2nd process must start at the end of the 1st process. Is there a way to accomplish this?
Thanks
Bobji
There are a slew of ways to do this - but the types of processes really define the best way to accomplish this.
Some usecase might be use chained apps.
Some might use two batch macros - linked together via dummy data if needed.
Some might use control containers.
Some might use block until done.
Check this batch macro
Solved: Build a batch macro that runs for each value in a ... - Alteryx Community