Not sure if I understand you correctly. But it sounds like you simply want all the data of both inputs combined in one item after the merge?
If that is the case you can simple set the Merge-Node to “Merge By Index”. That one merges the data of both inputs by index. That means it takes the first item (index 0) of Input 1 and combines them with the first item of Input 2. Then it does the same with the second item (index 1) of Input 1 which it combines with the second item of Input 2, … and so on.
Hello @mooghermez, @jan , @mcnaveen
I have a similar issue which I cant seem to solve.
The variables are separate inputs so I have trouble inserting the inputs as a single row. Input 1 → Input 2 and then finally input 3.
My problem is that Input 2 is not being inserted and that Input 1 and 3 are the same.
Any Suggestions on what I am doing wrong?
This is what shows up in my database.