Hi Guys, I have a custom list with various fields, i have few Multiple line of text fields and enriched text is selected like example Project description etc, i am customizing the form in power apps , when i submit something its adding div tags in the multiple lines of text field. Is there a way to convert the data card to enriched text field ? where i can see html text wit
Solved! Go to Solution.
The HTMLtext control shows the formatted text. A regular label control shows all the formatting instructions
Hi @ballapalli
Unlock the card and hide the control inside. Then put a Rich Text editor input box in the card. Set the HTMLText property of the control to Parent.Default. Change the Update property of the card to HtmlText1.HtmlText . You will need to use the HTML Text control to show the data in the gallery.
My mistake, it should be set the default property of the control to Parent.Default
what did you mean by "You will need to use the HTML Text control to show the data in the gallery" this?
The HTMLtext control shows the formatted text. A regular label control shows all the formatting instructions
User | Count |
---|---|
195 | |
104 | |
87 | |
45 | |
43 |
User | Count |
---|---|
245 | |
105 | |
103 | |
66 | |
61 |