Alteryx Designer Desktop Discussions

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

filling one Excel Template in multiple pages

koheny01
7 - Meteor

Hello my friends,

please see the picture below. I am trying three pages of a template and I am getting errors. when I run it individually, everything will be fine.

is there anyway to do this?

is there anyway to delay other two while first one is updating? I mean to prioritizing sheets to be appended one after other with few seconds pause.

Capture.PNG

thank you, 

 

 

 
2 REPLIES 2
RolandSchubert
16 - Nebula
16 - Nebula

Hi @koheny01 ,

 

you could try to "sequentialize" the writing process. Add "BlockUntilDone" to all three anchors:

 

20-11-_2019_16-45-12.png

Data is written in the order defined by the tool number of the BlockUntilDone tool, but only one sheet at a time.

 

Best regards

 

Roland

koheny01
7 - Meteor

Hi RolandSchubert,

thank you for this solution.

Labels