Hello - the html text shown below in red is making it through a power automate process to the html stage OK but the conversion to pdf (One drive for Business - convert to pdf) doesn't seem to be picking it up. I have attached the two outputs (html and pdf) to show the missing content. Any advice gratefully received. Cheers. Thom
// This is HTML that sends to flow to generate the PDF file.
"<html>" & "<head>
<H1>ME Detail report: " & ddPlanName_1.Selected.Result & " - " & ddDate.Selected.Value & "</H1>
<p>" & HtmlExecutiveSumm.HtmlText & " </p><br>
<p>" & HtmlKPIDecline.HtmlText & " </p><br>
<p>" & HtmlSocCult.HtmlText & " </p>
<style>
a { color: blue; }
body { text-align: centre; }
h1 { color: green; }
table.one { border-collapse: collapse; border-spacing: 10px; }
table.two { border-collapse: collapse; border-spacing: 10px; }
table, td, th { border: 1px solid; border-color: lightgray; vertical-align: text-top}
td.content{ padding-left: 5px; padding-right: 5px; }
span { color: white; padding-top: 2px; padding-bottom: 2px; padding-left: 8px; padding-right: 8px; font-size: 80%; }
</style>
</head>" & "<body>" &
// Strategies - First Table etc