Sequence/order of data written to excel

Is there a way to control the sequence/order that data is written to excel?
For instance, first the top group, then the bottom group.
I can see during the live write that it is pretty random…

have you tried adding “Transaction.End” node

Yes, and either it doesn’t work, or I’m using it wrong…

from Orchid package “DataStream.Await” is another one you can use

As a matter of interest why don’t you combine your lists in the order you want and write them to excel

I’ve also tried Data.Stream.Await and either this also doesn’t work or i’m also using it wrong…
I think ordering them in lists would make the already extensive graph even more difficult to understand.
There are a lot of things going on with different schedule columns that need to be written starting from a certain cel that is determined by the last cel of another schedule and so on…

@lee6800 I tried using the wait.for-node some more and after some messing around with it and chancing positions, I finally found the right one and now it’s working!

1 Like