Forum Discussion
KingsleyU
Nov 02, 2024Brass Contributor
Extract all email data including category to a SharePoint list using Power Automate
Hello everyone,
Please, I want to ask whether or not it is possible to export emails in a folder from outlook to a SharePoint list. The email content must include all data such as body, attachments, from address, to address including metadata like its outlook category.
So far, all email details were exportable except the email category as there was no expression for it.
Which power automate action will trigger the export of email "category" data? Is there a valid expression for that?
Each email data will be stored into a separate SharePoint list column.
pls comment.
Thanks.
The working solution I found was to run a flow action to trigger a GET request to the graph API message endpoint so the response was parsed into the SharePoint list.
Issue resolved.