Hi all,
Currently running into an issue with some of my N8N flows.
Describe the problem/error/question
I have 2 workflows, that are exactly the same, starting with an IMAP trigger. The only difference is that they are triggered by 2 different email addresses.
The thing is only one seems to be working. Let say I have [email protected] and [email protected]
→ Both workflows are active
→ If I run a test on one of the workflow, let say email1, the test goes well, and the result is that only this workflow will effectively be triggered by new emails
→ If I now run a test on email2, email1 will stay active, but in reality, emails will just be set as ‘read’, and nothing else will happen on this workflow, whereas email2 will now be running well.
So I can’t have both workflows running at the same time, I don’t understand why. The only workflow that will work will be the last one I’ve run a ‘test’ on, the other one will stay active but in reality just mark emails as seen, without performing any action…
I’ve been reading multiple topics on the forum, especially from 2024, and IMAP seems to be a hot topic… But never seen something similar.
Any idea of potential bug/mistake I’ve made or how to solve this?
Thanks a lot for your help
Please share your workflow
Information on your n8n setup
- n8n version: 1.83.2
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): Own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: