
I am pretty new to power automate.
I have a flow set up that converts email to JSON. My sender is putting a specific conversationID in the header, and some other custom header values.
I can't seem to figure out how to capture these correctly. The conversationID morphs into something else, and I can't see the custom header objects at all. For example, in this email you can see that it correctly received these values in the message details.
But the JSON spit out by power automate has this for a conversationID. Note that all the other fields are correct.
"myMSGID": "AAMkADQ3YjhhOThlLWVlMmQtNDg0NS04MzM3LTJkZTliNzVjNzNlNABGAAAAAAAMk_5LLvpKSZgUnc5wGqB-BwD20Hv_CnlNRYSK0OjDyRC-AABPlvO5AAD20Hv_CnlNRYSK0OjDyRC-AACyvCCrAAA=",
"myInternetID": "<200c70cf-eed0-4a2e-a638-ad59265f68b1@CY1NAM02FT046.eop-nam02.prod.protection.outlook.com>",
"myConversationID": "AAQkADQ3YjhhOThlLWVlMmQtNDg0NS04MzM3LTJkZTliNzVjNzNlNAAQADa6Iqekk95LiMSq2F64j1M=",
"myRecvTime": "2021-01-12T21:29:58+00:00",
"hasAttach": false,
"isRead": false,
"isHTML": true,
And the header dump has the wrong SEC-fetch-site, and is missing the custom field "KonversationID"
"myHeaders": {
"Cache-Control": "max-age=0",
"Connection": "close",
"Accept": "text/html,application/xhtml+xml,application/xml; q=0.9,image/avif,image/webp,image/apng,*/*; q=0.8,application/signed-exchange; v=b3; q=0.9",
"Accept-Encoding": "br,gzip,deflate",
"Accept-Language": "en-US,en; q=0.9",
"Host": "prod-15.westus.logic.azure.com",
"User-Agent": "Mozilla/5.0,(Windows NT 10.0; Win64; x64),AppleWebKit/537.36,(KHTML, like Gecko),Chrome/87.0.4280.141,Safari/537.36",
"sec-ch-ua": "\"Google Chrome\";v=\"87\", \" Not;A Brand\";v=\"99\", \"Chromium\";v=\"87\"",
"sec-ch-ua-mobile": "?0",
"dnt": "1",
"upgrade-insecure-requests": "1",
"sec-fetch-site": "none",
"sec-fetch-mode": "navigate",
"sec-fetch-user": "?1",
"sec-fetch-dest": "document",
"Content-Length": "0"
}
Thanks in advance for any assistance 🙂