Hi,
I have created a basic PowerApps app based on a SharePoint list, see screenshot below.
In the preview and detail of each record, it displays html such as <div class="ExternalClass06B052F6BF094F01AF88E1804D9C5CCE"> on text fields.
How can I remove this?
Thank you,
Ollie
Solved! Go to Solution.
In your gallery control, you can use the HTML text control instead of a label. This will display the formatted content rather than the markup.
If you want to display the content without any formatting, you can call the PlainText function.
https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-encode-decode
You would set the text property of your label to:
PlainText(ThisItem.YourSPField)
In your gallery control, you can use the HTML text control instead of a label. This will display the formatted content rather than the markup.
If you want to display the content without any formatting, you can call the PlainText function.
https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-encode-decode
You would set the text property of your label to:
PlainText(ThisItem.YourSPField)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
202 | |
100 | |
61 | |
59 | |
58 |
User | Count |
---|---|
254 | |
163 | |
90 | |
79 | |
70 |