We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Two tables into one excel file with Render

JMill
5 - Atom

Hi All,

 

I created two tables (one for data that needs to be entered, one for data that has duplicates) from a large excel file and I want to save them into the same excel file, but in two different sheets. I tried using the layout tool but I would end up with the two tables in the same sheet.

 

Any suggestions?

3 REPLIES 3
davidskaife
14 - Magnetar

Hi @JMill 

 

Is there a specific reason you need to use the Render tool? You can accomplish the same thing using the Output tools:

 

DavidSkaife_0-1646942123781.png

 

Point both outputs to the same Excel file, remembering to change the Sheet name, and change the Output Option to 'Overwrite Sheet or Range'. I'd stick a 'Block Until Done' tool in as per the example so that each section of the workflow finishes before the next runs so you don't get errors with Excel still being open.

 

I've attached a sample workflow for you to look at.

 

David

binuacs
21 - Polaris

@JMill attaching a sample workflow which matches your requirement

 

 

JMill
5 - Atom

This worked great! Thank you for your help

Labels
Top Solution Authors