Why doesn’t a workflow like this work in practice?
I’m trying to run 3 nodes and send them to a single node to handle them all at once via code, but this doesn’t work in practice. I don’t know if I’m doing something wrong (since I had the impression that I had managed to do this successfully before) or if there really is no way…
Can someone explain it to me?
PS.: I can’t share the workflow, but here’s a picture of what I’m trying to do:
Add an aggregate node after each Postgres node and set a different output field for them. Next - use the merge node in Combine mode, combine by position type. If all your queries output only one item, then you don’t need the aggregate node, instead use the edit field node to rename fields
But I prefer using the design, like in your second screenshot from the first post.
Wow, a lot of work for something simple haha. The way you mentioned, it’s better to do the second option from the initial post, it has a lot fewer steps and avoids unnecessary nodes and executions.
There is no way to have the data structured in the way I need in the output just by using the Merge node, right?