Hi everyone,
I'm having some trouble extracting the plain text from the body of an email using Power Automate.
Here's the scenario:
I'm using the trigger "When a new email arrives (V3)" from Office 365 Outlook.
In the flow, I get the email body using triggerOutputs()?['body/body'].
Then, I pass that HTML content into the "HTML to Text" action to convert it into plain text.
However, the result I'm getting is missing the actual content I typed in the body of the email. For example, I send an email that contains the sentence:
"Your request has been accepted."
But this text doesn't appear in the final output — it's like it's being removed or not detected.
It seems like the HTML is being processed, links and formatting are stripped, but the actual body text just doesn’t show up.
Has anyone else faced this issue? What’s the best way to extract the clean plain text from an email's body reliably?
Any help would be appreciated!
Thanks in advance!