Hello everyone,
I am trying to use MS Flow for copying e-mails and their attachments to a sharepoint list. The trigger is set to a new mail being (manually) moved a specifix subfolder as there is no need to have every e-mail being copied. We figured out, that not every e-mail is triggering the flow:
It seems like the mails have to be moved in their respective order of arriving to the inbox itself. Otherwise the flow does not seem to start for those mails that have arrived first.
Example:
Mail 1 arrived at 7 am; Mail 2 arrived at 8 am
Moving mail 1 first to the subfolder and then moving mail 2 will trigger the flow for both mails (as being expected).
Moving mail 2 first and then moving mail 1 to the subfolder will only trigger the flow once for Mail 2. Mail 1 is being ignored.
Is this an expected behavior? Do we need to take care of the chronical order of arrival when moving mails to the subfolder?