Merge node remove key match not work

Describe the issue/error/question

I’m trying to build a sync system between Dolibarr and woocommerce with Merge node remove key match but not work, My two inputs seems similare on the output view but merge node give me the object that already match.

Please share the workflow

Share the output returned by the last node

[
  {
    "id": 49326,
    "name": "Coffret Neige  parfum, musc tahara, citadelle, chap. Amma.",
    "slug": "coffret-neige-parfum-musc-tahara-citadelle-chap-amma"
  },
  {
    "id": 49323,
    "name": "Coffret gris (Tapis, parfum, chapelet)",
    "slug": "coffret-gris-tapis-parfum-chapelet"
  }
]

Information on your n8n setup

  • n8n version:0.160.0
  • Database you’re using (default: SQLite):slight_smile:
  • Running n8n with the execution process [own(default), main]:
  • **Running n8n via Windows **

Welcome to the community @amysticool!

It looks like the Merge Node is not configured correctly. The Parameters “Property Input X” expect the name of the fields, not the value. Here and example how it should look like:
Screenshot from 2022-03-26 09-50-53

If that gets adjusted, it works correctly.

Here is your corrected example workflow:

1 Like

Thanks for your reply