Re: End Goal - Archive a Mailbox
Hi @dreavisPH
First, convert emails to text form by using the ‘html to text’ action.
Then, add the content to the text, containing the elements of subject, body, importance level, sender email address, received time.
The function used:
items(‘Apply_to_each’)?[‘from’]
items(‘Apply_to_each’)?[‘receivedDateTime’]
Finally, create files in SharePoint. These files contain the text.

Best Regards,
Community Support Team _ Kira Xie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.