Rich text control format in Powerapps
Rich Text control in SharePoint 2010 data will show in Powerapps with DIV tags. To display in correct format. Use the below steps
1) open list form in Power Apps
2) Select multiselected data control
3) unlock the data card
4) select Multiselected text box
5) convert Single line text to Multi line in the control properties
6) use this code in default section
PlainText(Parent.Default)
Comments
Post a Comment