Hi,
Just a question,
I want to display rich text editor some text content in Galley. How can we show that.
I inserted a HTML text field in galley and in HTMLText property i added- Thisitem.RichTextEditorField. But I just wanted to show some of the data (Left(Thisitem.richTextfield,10) in gallery. How can we show that?
Hi @panand99
You can use bellow formulae to display only certain left part of the content.
Left(RichTextEditor2.HtmlText,Len(RichTextEditor2.HtmlText) - 30)
Note: Increase/decrease the number (30), to show the required content.
Eventually your gallery looks like this
Feel free to let me know if you have any doubts/questions on that.
If this answers your question give thumbs up and mark it as verified.
Regards,
Pavan Kumar Garlapati
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
188 | |
80 | |
50 | |
38 |
User | Count |
---|---|
305 | |
254 | |
121 | |
73 | |
56 |