Hi all,
Can I check if it is possible to have multiple (2 separate workflows) with 2 different outputs ?
However the output would be the same excel but in different sheets ?
Thank you.
Yes. You can. But more efficient to do it in 1 workflow as per @Qiu 's comment.
This link helps:
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Generate-output-file-with-multiple-sheets/td-p/798414
@gavinloi_ We can put the two workflows into one flow then use Block Until Done to write the results to different sheets of one Excel file.
Thank you both! Will test out both solutions to see which fits!