Skip to content

Rich Text Editor in PowerApps Portal

Introduction: In this blog, we will understand how to enable Rich Text control on basic forms in PowerApps Portal.

Use Case: Let’s say we want to enable rich text control for the description column of the incident table.

Steps to be followed:

  1. Open the form which you are using to create incident record in PowerApps Portal.
  1. Select the column and click on “+Component”
  1. Select “Rich Text Editor Control”
  1. Save and Publish your customizations.
  1. Go to “Portal Management App”
  2. Go to Basic forms, select and open your form.
  1. Go to Related –> Basic Form Metadata
  1. Click on “+New Basic Form Metadata” to create new record.
  1. Enter below details:

Type: Attribute

Attribute Logical Name: description (select the column name from drop-down)

Control Style: Code Component

  1. Save and Close the record.
  2. Go to Portal to see the changes.

Record in Dataverse:

NOTE:

  1. If you are using a separate form to view and edit the record in PowerApps Portal, you need to add a code component to those forms as well otherwise, the user will see HTML like the one below.(follow the above steps on those forms as well)

2. The rich text editor control can be used with single or multi-line text columns.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments