How to get results that are not found to be returned in the Mautic plugin

So if we see the above illustration, at (1) there are 20 results split out from the webhook. At (2) I am checking the emails for matches in Mautic which then decides at (3) if there is a match it goes on to do X and if no match goes on to do Y.

Problem is, at point (2) to (3), only 19 results remain. So that Mautic node is just returning those that exist. The IF that comes at (3) will ALWAYS go to True.

How should I modify the flow so that I can get the 1 that does not exist and pass it to (3) such that the false condition can pass.

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

Hi @chizuoka

I wish I could answer your question right out of the box, but I would need to see your Mautic Node settings and workflow setup… :upside_down_face:

Can you please share your workflow? You can do so by pasting them here as JSON in between two block quotes (```).

Thanks!

I disconnected the “Set locale” and “mautic check exist contact” so that i can at least run it .

Oh no… is anyone able to advise me further on this? Thanks!

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