Only the last mail gets through

hey, im new to the community so i dont understand much but i have a problem with my workflow. Im making a automation for email that get into excel. But i need to send more mails at one time but how do i fix that. Because if 1 send 2 mails at around the same time, only the last mail i send gets into excel. Can somebody help me?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @maurits Welcome to the community!

A lot to go through here and main point would be that the “loop” node is typically not meant to be used this way. n8n has something called “item linking” which means you should be able to build the same workflow without it - give it a try!

Perhaps a good beginner tip would be: you want to avoid “IF” nodes inside “loop” nods - do your classifying, filtering outside first and then loop later (if needed).