Alteryx Designer Desktop Discussions

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

How to write 2 tables into same Sheet in 1 workflow?

anhnguyenngoc2002
7 - Meteor

Hi everyone,

 

I have some questions with my below workflow. As you can see, my workflow has 2 parts but they have the same structure. I want to write output 1 & output 2 into same sheet (but different range). Besides, I also want to combine these 2 tables to export to another excel file.

 

However, when I Run, it announces error that "Unable to open file for write. The process cannot access the file because it is being used by another process"

anhnguyenngoc2002_1-1684070996509.png

 

 

How can I fix that?

Thank you so much!

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@anhnguyenngoc2002 
maybe we can try something like below

1. Remove Output1 and 2

2. After the last union, insert a "Block Until Done" tool

3. Use Filter to filter the data for Output 1 then output for Branch 1 of "Block Until Done" tool

4. Same for Output2 with Branch 2

5. Finally output the whole thing.

Yoshiro_Fujimori
15 - Aurora

@anhnguyenngoc2002 ,

 

I agree with @Qiu in that Block Until Done tool is the way to go.

 

Here is a page which may be relevant to your case.

Writing to multiple tabs in the same Excel file

 

Good luck.

ArtApa
Alteryx
Alteryx

Hi @anhnguyenngoc2002 - @Qiu suggested a cleaner suggestion, but if you will insert Block Until Dones as below it should also work:

ArtApa_0-1684107204659.png

 

Labels