Forum Discussion
Henning Strand
Jun 07, 2018Brass Contributor
PowerApps customizing SharePoint form - Multiple lines of text column showing HTML
When customizing a custom list using PowerApps, my multiple line of text fields no longer behave as expected. In the forms they turn into single line of text and start displaying HTML in the output. ...
MindeaLLC
Jun 08, 2018Iron Contributor
If the field is connected to a text column in Sharepoint make sure the Sharepoint column is set to Plain Text, not Rich Text.
Henning Strand
Jun 08, 2018Brass Contributor
Done some more work on this today and found that if I add a new text field of type HTML text and then bind it to the datacard of the multi line column, then the HTML output displays as I want. The original datacard can thereafter be set to hidden. Having to use plaintext would not fulfill my needs.
My next step is to find out how to be able to edit this, still keeping the formatting. While searching for the HTML field I also came across a new 'Rich text editor (experimental)' field which I am now testing out. Plan is to show the read only field on the view form and the editor when form is in new or edit modes.