I am trying to create a workflow that, on every execution, creates a new sheet and populates it with data.
My workflow looks like this:
Unfortunately, as far as I can tell the node that attempts to populate the sheet runs before the node that creates the sheet, resulting in an error.
I thought that by having the output of the “create” node connected to the input of the “populate” node, I’d enforce that the former runs before the latter. Is that not correct, or did I do something wrong?