Hello,
I have a PowerApp where I am converting the form/file information to HTML, then to PDF via a FLOW.
However when I manifest in HTML, the RichText is very large and not respecting the text size I want to use for the output.
Here is my HTML, and "BrowseGallery1.Selected.HL_Overview" is a RichText field.
<tr style='height:Auto'>
<td><p style='Font-size: 12px'>Design Details and/or Changes Requested: </p></td>
<td><p style='Font-size: 12px'>"&BrowseGallery1.Selected.HL_Overview&"</p></td>
</tr>
Thank you