The loop only executes once
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Could you share some sample data to help recreate your scenario?
Also, what is the output that you are expecting?
I need to read the email attachments.
These emails are invoices with a PDF and an XML file.
The flow opens each attachment and gets the issue date.
Then it checks if this file already exists on Google Drive.
If it exists, it updates it and if it doesn’t, it saves it.
The flow needs to loop through each file in the email. It only loops through the first one.
I solved it by creating another one from scratch
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.