Category Archives: Technical

How to Create Effective AI Prompts Using Copilot in Power Apps

In this blog, we will explore how you can simplify and accelerate your AI prompt creation process using Microsoft’s powerful “Draft with Copilot” feature in the AI Prompt Builder. Whether you’re drafting customer emails, summarizing feedback, or generating business proposals, this tool helps you create well-structured, context-aware prompts effortlessly, saving you time and improving consistency… Read More »

Exploring the Potential of Power Fx Functions (Preview) in Power Apps

As developers, we often encounter scenarios where the same logic needs to be written in multiple places. This may result in code redundancy and possible discrepancies. To address this, Microsoft has introduced Power Fx Functions (Preview) — enabling a low-code approach to creating reusable logic within Power Apps. With Power Fx Functions, you can define… Read More »

Boost Reusability and Performance in Power Apps Controls Framework with Dependent Libraries

In this blog, we’ll explore how using dependent libraries can significantly improve maintainability, reusability, and performance in Power Apps PCF controls. Through practical scenarios, we’ll uncover how this architectural choice reduces bundle size and streamlines development. To illustrate this, let’s dive into a recent scenario our team encountered and how dependent libraries transformed our development… Read More »

How to Programmatically Add Option Set Values in Dynamics 365 with Power Automate

In every Dynamics 365 or Power Apps implementation, it’s common to require fields where users select values from predefined lists—such as Job Title, Customer Category, Priority, or Region. These lists are typically implemented using Choice fields (Option Sets) or custom Lookup fields referencing separate entities. A common challenge when configuring Option Sets in Dynamics 365… Read More »

Add Process Mining Report in Power BI Workspace

Embedding process mining reports in Power BI workspaces allows organizations to visualize, analyze, and refine their actual business processes. The combination is powerful, transforming sophisticated event data into actionable insights—making it simpler to spot inefficiencies, track performance, and drive ongoing improvement, all in a familiar, collaborative analytics setting. In order to customize process mining reports… Read More »

Enabling Multilingual Support on Custom Pages in Model-Driven Apps

A recent requirement involved adding multilingual support to a custom page within a model-driven app. The objective was to enable users from different regions to interact with the app seamlessly in their preferred languages. To achieve this objective, Microsoft has provided an excellent guide: Customize pages to support multiple languages. If you follow the step-by-step… Read More »