Hi,
I am trying to write to multiple sheets. I have two branches coming off the CSV reader (Among a few string manipulations). Then, I branch into 2 branches by using row filters. Each of those write to the same excel file, but different sheets. When I execute the workflow, only the 1st workflow actually writes anything. I feel like the second one is getting blocked due to the first one writing to the file.
If you connect the Excel Readers as shown you should not need a wait node as far as I know as the start of the second writer node is now dependent on the first node finishing…