Logic App Get Emails (V3) only returning one email

WZIAFP 237 Reputation points
2023-10-10T13:57:10.9233333+00:00

I'm putting together a logic app that will periodically check for emails from a specific system and process the attachments accordingly.

Everything is working as expected however, when i run the process, it only returns a single email (the last received) and ignores all other emails in the inbox (ive verified there is more than one email in the inbox). Below is the logic app and run. You can see from the for each output it states 1 of 1 where i would expect 1 of 10.

Yes I understand that i can use the trigger "When Email Arrives" however as the attachments need to processed together and so I must gather all attachments before proceeding.

Any ideas as to why the get emails v3 is not returning 10 results as expected?

User's image

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
{count} votes

2 answers

Sort by: Most helpful
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-10-12T04:05:14.73+00:00

    Hello @WZIAFP - I'm unable to reproduce. I get all 10 emails with their corresponding attachments. I've used the Only with Attachments=True parameter as follows:User's image

    Are you testing with File Attachment or Item Attachment type? It looks like the Item Attachment type isn't supported: https://learn.microsoft.com/en-us/connectors/office365/#general-known-issues-and-limitations


  2. Kevin King 0 Reputation points
    2025-05-20T19:20:28.5233333+00:00

    Similar issue for me. I successfully run a flow using Getemails v3 and only get 17 emails out of 106.

    What I am doing is looking at an Outlook folder, extracting the attachments for each mail into a Onedrive Biz folder. The flow works with no errors, but it runs a long time then completes.

    My parameters are just like yours (any email with attachments, any read/unread, top is 150, etc)

    I am new and I would appreciate your help if you solved this. THANKS.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.