Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

4 workflow writing output to single sheet

Isha_Gupta
8 - Asteroid

Hey all,

 

I have a workflow which have 4 pretty huge parallel processes and all 4 processes end with a join tool.

 

The L,R anchors of join tool (4L, 4R) will write to same excel workbook.

 

All 4L will write to sheet 1 simultaneously in a different specified range using overright range and preserve formatting selected.

 

All 4R must write to sheet 2 in the same excel file with same configuration as above.

 

The file which they will be writing exists ofc.

 

Any idea how to do this?  And how to configure flow from here on maybe using BUD tool or something else 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @Isha_Gupta 

 

If your problem is that the processes are trying to write to the file at the same time, you can use a logic like this (came from this topic: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Creating-2-Sheets-with-different-names...)

to make a "cascade" and write one range after the other.

 

Felipe_Ribeir0_0-1674124716192.png

 

LouisSwanepoel
5 - Atom

@Felipe_Ribeir0 wrote:

Hi @Isha_Gupta 

 

If your problem is that the processes are trying to write to the file at the same time, you can use a logic like this (came from this topic: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Creating-2-Sheets-with-different-names...)

to make a "cascade" and write one range after the other.

 

Felipe_Ribeir0_0-1674124716192.png

 


I have found instances where I still run into issues using the mentioned technique and resolved it by moving the connection 2 on the Block to connection 3 and adding a count records to connection 2.

 

LouisSwanepoel_0-1674125271394.png

 

Felipe_Ribeir0
16 - Nebula

@Isha_Gupta , I believe that if you changed the writting order, it would work. But yes, sometimes you need to adjust it. The best way is to keep the process in order (less rows -> more rows).

 

Felipe_Ribeir0_0-1674125498486.png

 

Labels
Top Solution Authors