I transform the data for listing the products on the invoice
The response node is intended to summarize the results of the two calculations. The problem is that the response is not waiting for the second calculation to be completed. I got this error in the node
NodeOperationError: Referenced node is unexecuted at Object.execute
I’m just wondering why I always have to use a merge node to wait until all branches are completed to continue execution. It should be clear from the sequence that you have to wait until all the nodes have been executed.