Skip to content

Conversation

Copy link

Copilot AI commented Dec 5, 2025

The Data Policy Impact Analysis app's navigation rendered incorrectly due to a placeholder SubArea in the SiteMap configuration lacking both Page and Entity attributes.

Changes

  • Removed orphaned SubArea (subarea_1cdc6301) from AppModuleSiteMap.xml and AppModuleSiteMap_managed.xml
  • Navigation now correctly displays two functional items:
    • "Impact Analysis" → Canvas app
    • "Non-compliant task list" → Entity view

Before

<Group Id="group_afffb981">
  <SubArea Id="subarea_1cdc6301" Icon="/_imgs/imagestrips/transparent_spacer.gif">
    <Titles><Title LCID="1033" Title="Subarea1" /></Titles>
  </SubArea>
  <SubArea Id="subarea_899ac84e" Page="admin_dlpimpactanalysis_4dfb8">
    <Titles><Title LCID="1033" Title="Impact Analysis" /></Titles>
  </SubArea>
  <SubArea Id="subarea_f01ff631" Entity="admin_dlpimpactanalysis">
    <Titles><Title LCID="1033" Title="Non-compliant task list" /></Titles>
  </SubArea>
</Group>

After

<Group Id="group_afffb981">
  <SubArea Id="subarea_899ac84e" Page="admin_dlpimpactanalysis_4dfb8">
    <Titles><Title LCID="1033" Title="Impact Analysis" /></Titles>
  </SubArea>
  <SubArea Id="subarea_f01ff631" Entity="admin_dlpimpactanalysis">
    <Titles><Title LCID="1033" Title="Non-compliant task list" /></Titles>
  </SubArea>
</Group>

Impact: 2 files, 10 lines removed

Original prompt

This section details on the original issue you should resolve

<issue_title>[CoE Starter Kit - BUG] Data policy impact analysis app UI is not working properly.</issue_title>
<issue_description>### Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

In the Coe Starter Kit, the Data Policy Impact Analysis app UI is not functioning correctly. We are using the latest version 4.50.6.
Details:

Power Apps Component Framework (PCF) feature is enabled.
Creator Kit was installed before installing Core Components.
I have Global Admin role.
All flows are turned ON.
Edited the app, saved, published, and deleted the unmanaged layer.
Tried hard refresh and tested in multiple browsers.
All environment variables are updated correctly.

Request:
Please assist us on priority to resolve this issue.

Expected Behavior

all the option should be visible.

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.50.6

What app or flow are you having the issue with?

Data Policy Impact Analysis

What method are you using to get inventory and telemetry?

None

Steps To Reproduce

  1. open make.powerapps.com
  2. select the environment needed
  3. select the solution.
  4. select core components
  5. click on app in left corner
  6. select and play Data Policy Impact Analysis app

Anything else?

Image</issue_description>

<agent_instructions>Analyze and troubleshoot the issue why Data policy impact analysis app UI is not working properly and provide the solution </agent_instructions>

Comments on the Issue (you are @copilot in this section)

Custom agent used: CoE Custom Agent
Specialized agent for triaging and fixing issues in the CoE Starter Kit. Always consult the official CoE docs and the team’s SharePoint notes first, then mine prior GitHub issues and the CoE Common Responses playbook.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…a from sitemap

Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix UI issues in Data Policy Impact Analysis app Remove placeholder SubArea causing navigation UI failure in DLP Impact Analysis app Dec 5, 2025
Copilot AI requested a review from AmarSaiRam December 5, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CoE Starter Kit - BUG] Data policy impact analysis app UI is not working properly.

2 participants