RichTextBox Field in power apps as Sharepoint online defalut forms.

Let's say you have some rich textbox columns in Sharepoint online, when we create a default canvas app the columns will show as a plain multiline text field. when we view this content in view mode the content of the Richtext field with HTML added to it. So to correct this remove the multiline field and add a rich textbox 

To replace a multiline text field with a Rich Text Box in Power Apps, you can follow these steps:
  • Delete the multiline text field from the screen by selecting it and pressing the "Delete" key.
  • Insert a new Rich Text Box control onto the screen by selecting it from the "Insert" menu.
  • In the right-hand pane, under the "Data" tab, Change some properties as Default is set to Parent.default and DisplayMode as Parent.DisplayMode. These fields are needed to be set as the value sync automatically with the parent. 
  • Configure the appearance of the Rich Text Box control, such as the font size and color, by selecting the control and using the formatting tools in the top menu.
  • If needed, configure any additional settings for the Rich Text Box control, such as the maximum number of characters or the allowed file types for attachments.
  • Save and publish the app to see the changes take effect.

Comments

Popular posts from this blog

Difference between Less and CSS ?