Syncing CRM contacts with outlook

hello .
I hope you are doing well,
I’m struggling to have my CRM contacts synced with outlook contacts. What I need is to check if the contact is not exist on outlook based on the phone number .
I have multiple issues :

1-I thought merge node would be the best to match .
2- Also On the last node I’m having errors


I don’t know what I have done wrong

My code is

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @AbdullahCG,

Hmm, there could be a few things going on here. One issue could be that the Merge node is waiting for the two parallel workflows to finish and when doing so, it might output a single empty item, which can break the link to the previous node data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.