Uncategorized

Uncategorized

Configure Azure Application Insights for Power Apps Portals

Application Insights provides valuable analytics into the usage and performance of apps. In this post, I’ll walk through how to enable Application Insights for monitoring your Power Apps portals. Why App Insights for Portals? Out-of-the-box, Power Apps portals lack detailed usage reporting. By integrating Azure Application Insights, portal owners gain access to: These capabilities reveal […]

Uncategorized

Dynamically Populating Ribbon Flyout Menu in Unified Interface

My previous post Dynamically Populating Ribbon Flyout Menu describes the way to add flyout menu buttons dynamically, but that was limited to web client and was not working in unified Interface. As per my R&D and support ticket with Microsoft, we are still not able to add dynamic Flyout menu buttons directly in Unified Interface (UCI). The

Uncategorized

Dynamically Populating Ribbon Flyout Menu

I was having a requirement to generate a dynamic ribbon menu under a button i.e. Flyout button menu sections, Here I want to share the steps for achieving this dynamic menu section. I have used Ribbon workbench and some JS scripts. We need to achieve the highlighted menu dynamically. Here in workbench, we need to

Scroll to Top