Describe the problem/error/question
I am trying to use the append mode on the merge node. I have data from two different postgres queries and using the merge append node to treat them as one list for the rest of the flow. The problem is that it is not certain that both queries will produce data all the time, maybe query 1 has data, maybe query 2 has data or maybe both. The problem I am facing is that the node wont produce an output if one of the queries returns no records. If I configure the node to produce an output even if there are no records, an [undefined] record is added to the top or end of the list that breaks the split node that follows.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 8n8n cloud version 1.11.2
- Database (default: SQLite): Postgres