Post by Sean Astrakhan
Solutions Architect | YouTuber | Team Lead | Microsoft MVP
Before you get frustrated that the "Get Emails (v3)" action in Power Automate is not pulling your emails... Remember it has a limit of 25 emails :( Not really sure why that is but there is an easy workaround. Use the "Invoke an HTTP action" on the graph API and you can retrieve up to 999 plus a bunch of other filters. You can use the "preauthorized" version to make the authentication easier if this is a one off operation. The actual URL will be https://lnkd.in/e3dQ5Dde eq '๐๐ฉ๐ข๐ต๐ฆ๐ท๐ฆ๐ณ ๐ ๐ฐ๐ถ๐ณ ๐ด๐ถ๐ฃ๐ซ๐ฆ๐ค๐ต ๐ง๐ช๐ญ๐ต๐ฆ๐ณ ๐ช๐ด' and from/emailAddress/address ne '๐ ๐ฐ๐ถ๐ณ ๐ฐ๐ธ๐ฏ ๐ฆ๐ฎ๐ข๐ช๐ญ' &$top=999 The filters above include looking for a particular Subject Line and avoiding emails sent from me (I don't want my replies). Matthew Devaney had a full blow blog post about using the Outlook "Send an HTTP Request". https://lnkd.in/e9sc_9af I was getting "content length" errors with that one personally, but the "Invoke an HTTP Request" worked like a charm.