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