Hi all,
I have a powerapp that allows users to enter html text into a field. I'm creating a report that pulls the data from Sharepoint and sends out a formatted email. To clean up the formatting a little I want to ensure that the font size is the same for all entries. I also want to retain other html formatting like lists etc so I can use HTML to text.
My thought was to just remove the tag but it gets a little complex trying to account for the different possibilities. How would you remove the font tags from the text in a way that accounts for the different ways of changing the font.
font-size: 12.0pt;
font-size: 8pt;
font-size: 10px