The goal of my project is getting an Outlook email with is ID form Power Automate.
I get an email id from my personnal Outlook Web mailbox :
Next, i create a very simple Power Automate flow to get this email with this Message-ID :
When i run manually the flow, there is an error message on the "Get email V2" step :
"the response is not in a json format"
Is it a right way to get an email with an id ? Thank you very much for your help !
The Message Id used by the connector is not the same as the Internet Message Id found in the email header.
Use Get emails (V2)
action to get a subset of emails, from there you will be able to get the Message Id
.