I have a Rich text box, using Power Apps - Customized Form on my SharePoint list. I found that I cannot display the HTML without removing the default box, and adding a new "HTML Text" box.
This works great for displaying existing data. (Note: Rich text is a requirement, I cannot set the field to plain text)
My challenge is, if I select New Form, the field does not allow editing.
Notes:
DisplayMode = If(SharePointForm1.Mode= FormMode.Edit, Parent.DisplayMode.View, Parent.DisplayMode.Edit)
HtmlText = ThisItem.'MyDataHere'