We have occasional situations where a user might receive an automated email sent by a Power Automate cloud flow. However, time has gone by and they need to contact the flow owner so that they can recommend some changes.
Since we are using Exchange Online and mandating use of the Office 365 Outlook connector to send email, we know (from this doc: https://docs.microsoft.com/en-us/power-platform/admin/block-forwarded-email-from-power-automate#block-exfiltration-of-forwarded-emails) that the "x-ms-mail-application" header will be attached to the email message and will have a workflow identifier. However, this ID is a hex value and we are unable to correlate that to the GUID flow ID by using powershell cmdlets such as "Get-AdminFlow -FlowName <workflowID>".
Does anyone know of a way to correlate the workflow hex value found in the mail header, with an actual flow ID that we can query in Power Platform??