Here is an example: When we execute this workflow every 1 hour, we could have receive 100 emails. How can we properly manage multi mails coming in to n8n workflow? What issues are we expected to face?
Looking forward to hearing your thoughts and suggestions!
tbh u shoulnd’t face many issue, depending on how you choose, if the trigger pulls the item, or multiple items every hour, if 1 item the flow can be quite easy, if multiple, you may need to split them, so each email is processed through the flow, you don’t need a loop nesarrecely, as you can just have multiple items by splitting it, and it will process through the flow for each item.
It’s worth testing out first with smaller batches, but making sure the flow works for all potential cases, like how your extracting data has to be all the same to avoid errors. also making sure if ure using an ai agent that the output is consistent etc.