Start Excel Sheet Appender Node after Excel Reader node node is finished.

Hello,
The first excel reader node is creating a Excel file with the settings overwrite if file is already existing.

The following eight excel reader nodes are referring to the same file with the settings append and overwrite.

I want to append the following eight excel sheets to the first excel file.

But the problem is, that the second or thrid excel reader is running first and then the first excel reader node is running. I’m getting a lot of different error messages.

Is it possible to generate a order of all excel reader nodes? Meaning, the node on the top should run first, then the second one, then the third one and so on.

Thank you.

Read this post.

2 Likes

The following post contains a simple picture of what is described in @rfeigel’s post :slight_smile:

As a further note, are each of the flows appending different tabs on the Excel file?

If so, you could potentially use a single Excel Writer, and create multiple input ports (one for each tab)

image

Alternatively, if they aren’t writing to multiple tabs, you could do similar with a Concatenate node prior to the Excel Writer, and have that feed into the single Excel Writer node.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.