Hi,
I am creating a simple workflow integrating O365 email and Todoist - If an email is starred/flagged, then create a new task in Todoist's Inbox.
I need to add the Message-Id header of the email to the task (to create a link to the particular message in my email client). I thought the Message Id item from the dynamic content fields would do the trick, but the values I am getting do not have the expected format and don't include FQDN of the originating server, for instance.
Expected Format Message Id: CY1PR10MB0460FA8D48D8EC757832BD71BFA00@CY1PR10MB0460.namprd10.prod.outlook.com
What Flow Actually uses as Message Id:
AAMkAGVmMTYzMTZjLTAwMmUtNDk5YS04NGRmLWRiOTM2NmQzNGFkNQBGAAAAAACI178QLJ5DTapLZA1-uGwpBwBf6dPWg5KESrfBOk3ouJPEAAAC2i8OAAAjOmjSeptbTK9k6dINTvVhAAFfKs1UAAA=
Is this correct or not, please? Is there any way to get the value of the email Message-Id header in the Flow?
Thanks for any advice in advance!