Hi everyone,
ISSUE:
We are using trigger "When a new email arrives to a group" and in our test case we are sending 50 emails (all with attachments; size of attached files [all of them are txt type] are no larger than 1KB).
All emails are being sent out successfully to group, and the result is that we got no errors in the flow, but it looks like only around half of the emails are being proceeded by the flow.
Flow should run 50 times when we send 50 emails but it's only running like half of the cases.
We tested that if we put a delay for 7 second (5 seconds was insufficient) on the "send email" action (not within the flow body but in PowerShell script responsible for sending the files) then we got all emails reflected in flow history.
There is no "conditional triggers" and the concurrency control is off.
Split On: On and Array is body/value
QUESTION:
Why not all "email arrives" actions are triggering the flow?
Is there a way to force the flow to run each time when the email arrives to group inbox?
Any kind of help is appreciated 🙂
Thank you