Hello all,
I'm trying to create an app where users can see announcements. The announcements are sent to us in HTML format, so I created a list in SharePoint with Subject and Body columns. The Body column is formatted as Enhanced Rich Text, so I pasted the HTML code in here.
In PowerApps, I created Gallery1 that shows the Subject and Created date for the announcement, and Gallery2 with an HTML Text box with Gallery1.Selected.Body in the Text Property.
The idea is for PowerApps to "read" the code on Gallery2 depending on what announcement you select in Gallery1, and therefore, to display the announcement as you may see it in Outlook, for example. But right now, is just displaying the HTML text in the SharePoint list, and is not reading the code.
HTML code in Body column in SharePoint list:
<p style="text-align: center;"><img src="https://xxxxx.xxxx-xxxx.com/:i:/r/sites/XXXXxxxxxxx/communications/Shared%20Documents/Images%20for%20Templates/Test1/UAM%20logo.png?csf=1&web=1&e=GewLUc" alt="" width="288" height="160" /></p>
<p style="text-align: center;"> </p>
<p><strong>Congratulations! This is a test.</strong></p>
<p> </p>
<p>Announcements are sent in HTML format by our design company and therefore, the code should be read by PowerApps from a SharePoint list as its main source.</p>
<p> </p>
<p><span style="color: #ff0000;"><strong>Thank you and good luck!</strong></span></p>
SharePoint List:

How it looks in PowerApps right now:

How it should look Gallery2 in PowerApps:

Thank you so much for all your help!