Get Email when multiple emails arrive at once not continuing flow

I have a scenario to deal with tracking emails. It’s using Mailhook where within Outlook I’m redirecting emails using a rule which is working fine. But it seems to stop at the next module (Get Email) when there’s more than one that comes in at the same time. It’s not hitting a filter or error or anything, it just stops. I had thought increasing the number of results would prevent the problem but it appears not.

Any ideas?


Please share the config of the get emails module.
Does it say “limit = 1”?

No limit is 6.

I’ve changed it to use the mailhook data to parse the text, then a subsequent get email which uses the shipping number (which should be unique that that email) to help gain the UID. Bit of a workaround but hoping it works.