hi there,
Have a gallery with a nested gallery that shows a table that extracts data from a SP list. Unfortunately all the string data appears with the HTML tags. Can anyone tell me how to remove the HTML tags so that i just have the text? This is what it looks like:
Here are the details of the SP list
Really appreciate any help.
Thanks!
Cym
Solved! Go to Solution.
Did you try PlainText? https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-encode-decode
if that doesn’t float your boat,
Power Automate has a great action called html
to text that removes html from field data. So you could send the list to power automate and strip the html formatting
if either of these suggestions work for you, please mark as a solution
Did you try PlainText? https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-encode-decode
if that doesn’t float your boat,
Power Automate has a great action called html
to text that removes html from field data. So you could send the list to power automate and strip the html formatting
if either of these suggestions work for you, please mark as a solution
you legend! Thanks so much. Used the PlainText and it worked perfectly 🙂
User | Count |
---|---|
153 | |
100 | |
88 | |
78 | |
58 |
User | Count |
---|---|
192 | |
188 | |
106 | |
99 | |
91 |