Hi, how are you?
I’m currently building an workflow that scrape a link from a spreadsheet and create social media and newsletter summaries for it.
I managed to get everything together, but at the final step, after using the Merge node the following happens:
Basically:
- The data was split and renamed correctly.
- When I try to send both the Newsletter field and the Twitter field only one of them is being uploaded at the sheet.
Information on your n8n setup
- n8n version: Beta latest
- Database (default: SQLite): -
- n8n EXECUTIONS_PROCESS setting (default: own, main): -
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: MacOS Sequoia latest
Hi @Guilherme_Kurten
Consider using the Merge node in combine mode to ensure the output is a single item, allowing you to pass $json.Twitter
Let me know if this works for your case…
Done it, here’s the Merge node output:
Unfortunately it didn’t work. I’ve got the same issue.
To provide more clarity:
- After the merge node, and sending info to sheets, it’s creating multiple rows instead of appending only one:
this is still output 2 items,
try “All Possible Combinations”
1 Like
It worked! Thank you for your patience! I’m a beginner and not a coder haha.
1 Like
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.