Power Apps Portal: How to Display Tooltips on a Form

In this article, I will explain how to display tooltips in a Power Apps Portal (Power Pages) form.

Tooltips are a simple yet powerful way to improve user experience in Power Apps Portal (Power Pages). In this post, I’ll explain how to display tooltips on portal forms using Dataverse field descriptions.

🧩 What is a Tooltip?

A tooltip is shown when a user hovers over a field label. In Power Pages, this tooltip comes directly from the Description property of a Dataverse column.


Step 1: Add Descriptions to Dataverse Columns.

I used an existing Dataverse table named Order and added descriptions to the required columns. These descriptions will be used as tooltip text in the portal.

Step 2: Update the Main Form
  • Open the Order Main Form
  • Add the required fields
  • Save and publish the form

Step 3: Configure Basic Form and Web Page

  • Create or update a Basic Form that uses the Order Main Form

  • Attach the Basic Form to a Web Page in the portal

Step 4: Enable Tooltips on the Basic Form (Important)

To allow tooltips on the portal form:

  1. Go to Portal Management

  2. Navigate to Basic Forms

  3. Open your Basic Form

  4. Go to the Form Options tab

  5. Enable the checkbox “ToolTip Enabled”

  6. Save and publish the changes







This step is mandatory. Without enabling this option, tooltips will not appear.

Step 5: Add Entity Form Metadata

  1. Go to Entity Form Metadata

  2. Click New

  3. Set the following values:

    • Type: Attribute

    • Attribute Logical Name: XXX_subscriptionoption

  4. Select the required field

  5. Save the record

  6. Activate the metadata record










select that row and activate row.







Step 6: Sync Portal Changes

  • Go back to Power Pages

  • Click Sync Configuration to apply the latest changes


Step 7: Clear Portal Cache

To clear the portal cache, open the Portal URL in your browser:

example: https://testenvi.powerappsportals.com/_services/about 

Click Clear Cache.


Step 8: Verify Tooltips on the Portal
  • After clearing the cache:
  • Open the portal page
  • Refresh the page
  • Hover your mouse over the field label
You should now see the tooltip displayed, showing the description configured in Dataverse.

Conclusion

By adding descriptions to Dataverse fields, enabling tooltips in the Basic Form, and configuring Entity Form Metadata, you can easily display helpful tooltips in Power Apps Portal forms. This improves user experience and provides clear guidance for data entry.


Thank you
Dharmendra Chavda

Comments

Popular posts from this blog

Run a Dynamics 365 Plugin from JavaScript on Button Click

Data Upload into CRM from Excel Using Power Automate

Add Java Script and CSS in PowerApps Portal