I do have a workflow that gets triggered every minute and being connected to my Outlook account will pull all the unread mail.
I did set a Loop over items node for which the batch size is, 1.
This way if I do receive multiple mails at once (let’s say 3).
the system reads the 3 emails BUT only process the first, leaving the data of the other two untouched. in this example just the first downlaod file is processed as well as the data inside the mail from which I do collect important information to structure a Google Sheets document.
So in short, if I do get 2 - 3 or 10 emails I need each email to be treated as separated and its attachments and data in the body need to be processed so to provide a single output. The system should cycle over all the unread email and provide the output as needed.
Any suggestions on how to get all the other mail’s content processed as well?
Thank you
Giuseppe



