Hi Gareth T,Welcome to the Microsoft Q&A Platform! Thank you for reaching out regarding your query on Logic app with the trigger.
It seems that the issue with the "When a new email arrives in a shared mailbox (V2)" trigger in your Logic App might be due to the polling mechanism. The trigger checks for new emails at the specified interval (every 15 seconds in your case), and if multiple emails arrive within a short span, it might not pick up all emails in a single poll. Additionally, concurrency control settings and known limitations of the trigger could also contribute to some emails being missed.
Is it possible if you could consider using a different trigger, such as "When a new email arrives (V3)" for regular mailboxes, which might offer more consistent behavior. Additionally, as a workaround, you could use the "When a new email arrives (V3)" trigger to monitor if an email arrived and then use the Graph API to list attachments from the message ID retrieved from the trigger.
Let us know if you need further assistance!