Is there a way to export the output of the same workflow to two different tabs of the excel file alteryx?
PS: Would appreciate if the solution snippets were pasted as i am out of my trial version of alteryx
Yes, there is a way. See attached a snippet.
Hi @hegdepavithra10,
You can do that using the block until done tool.
I have prepared the workflow for you.
Block until done tool can be handy in the situations like this. You can read more about it here:
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Block-Until-Done/ta-p/33417
If this post was helpful please mark as a solution!
Hi @PhilipMannering,
If I am not mistaken you need to use block until done tool to make this work.
Correct me if I am wrong.
@Emil_Kos Does this tool take multiple input?
@Emil_Kos I would also want to inform you that one part of the data that i want to export i output of table tool, hence i have to use render tool to output the data and the other one is from group of formulas
@hegdepavithra10,
Attached an example
Hope that helps,
Regards
@PhilipMannering If you do not mind can you please post a screenshot of the workflow you posted. My trial version has expired. Hence i am unable to open the workflow.
@messi007 , @Emil_Kos one part of the data that i want to output is from table tool so i have to use render tool to output, would this still work?