Describe the problem/error/question
Hi Team,
I have data with 8 records (16682150262-2, 16682150751-2, 20861273154-3, 20781035546-1). I need to manage these records where each row has the same ID but different rows exist due to associated contacts. For example, 16682150262 has two different associated contact email IDs.
Case 1: Merge Records with the Same ID
For records with the same ID, merge them into a single row, combining associated contact email IDs into the same column, separated by a delimiter (e.g., &
).
|Column 1 | Column 2 | associated_contact|
|— | — | —|
|HS_wuSMlNTiAi6msjSd_16682150262 | HubSpot Company | [email protected] & [email protected] |
Could you please help here!!
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.234.1
- Database (default: SQLite): postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: MAC