I have two workflows which I wish to combine into one excel file but as different sheets. Can anyone guide me?
Solved! Go to Solution.
Hello,
I would look at these two links:
If you need additional help, would you mind posting your workflow.
Hi vissamsettyvivek,
Please look at my proposed solution in the attached files.
The trick is to batch writing into every tab and parametrise the output with tab name each time.
This is assuming every input tab may feature different schema and record-set, so these are compressed into 2 sells: headers and records and passed as values into the macro.
I'm sure there are other ways to achieve the same - please let me know what you thing of my solution?
Have fun and all the best!
Thanks,
Rafal
#Excuse me, do you speak Alteryx?
Alternatively if there are only two workflows you can use the parallel block until, done crew macro.
Your can connect each workflow (in one file) to an input of the block until done and then designate where the output from each workflow will go. This macro is designed to do everything from input 1 to output 1 and then input 2 to output 2. This will not start workflow 2 until output 1 has completed.
Thanks everyone, that was helpful.