Hi Friends
I have a HTML in my prowerapps app as below on the htmlText control .
"<!DOCTYPE html>
<html>
<style>
table, th, td {
border:1px solid black;
}
</style>
<body>
<h2>Security X Ray Screening </h2>
<h3>Pls be notified that below error(s) were Visible in Today's Screening </h3>
<table style='width:50%' border='1'>
<tr>
<td> "& TextInput1.Text & "</td>
</tr>
</table>
<p>.</p>
</body>
</html>"
And its out put i can see on the screen as below

I used a powerautomate flow to email it .. But it doesn't email the correct contents .. It create the output from "Create html" properly in a folder in OneDrive . I the email received having below contents
{"Createfile_FileName":" \n\n
\n \n test test test \n \n\n |
\n\n
\n\n\n"}
Here is the flow I used

and onselect on the button using below statement
SendErrorEmail.Run(HtmlText1.HtmlText);
pls advice
rgds
AD