I was using the Chaosreignswithin Macro for parallel until done which allowed for 2 inputs and 2 output. This fitted my need because I needed to read 2 or 3 excels and writing the results into a single excel. I needed to ensure file 1 is read and process and wrote to the excel before doing file 2 and so on. With the latest version of Alteryx, I can no longer install the Chaosreignswithin Marcro and saw that the block until done in Alteryx only has 1 input and 3 output. Appreciate anyone who can show me if I can use the Alteryx Block until done that will work in my scenario as I am new to Alteryx. A screen shot below of how I am currently using the parallel block.
Solved! Go to Solution.
i don't use this tool but i'll show you how you can do this without it. it may be how their macro works. this is how i tackle the problem of outputting to multiple sheets in the same excel, when the sheets will have different schemas/datasets.
add a prefix to every field in each input stream, and a recordID field which you know will always be populated. after the block until done, use filters on the recordID to remove rows that don't belong, then use dynamic select to remove fields that don't belong. then remove the prefix from the field names.
From @MarqueeCrew (aka CReW), here's how I suggest that you Parallel without a macro (ours):
essentially, block and append ...
Cheers,
Mark
Hello @MarqueeCrew
Maybe I have an issue with my config but I do not hear the sound of your video... Am I missing something ?
I am frustrated 😀
Hi
Very useful. I have two sheets both are with different formats. Timely Help. Thankyou.
Hello @Sumedha992 ,
Good news since the last release their is an amazing new tool that is dedicated to manage the order of execution.
Here is a link to a detailled article: Control Containers
Where you will find this example that fit your need.
Hope it helps