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.
thank you,
Solved! Go to Solution.
Hi @koheny01 ,
you could try to "sequentialize" the writing process. Add "BlockUntilDone" to all three anchors:
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
Hi RolandSchubert,
thank you for this solution.