The new developer experience for Microsoft Power Apps

This week at Ignite, Microsoft introduced the next generation of Microsoft Power Apps. This means the introduction of a new experience that makes building apps as intuitive as explaining an idea, and a seamless integration between apps and agents. It also allows the ability to host and manage all of the apps in a single place.

Error Messages in Generative Pages

Generative pages are an AI-driven feature in app development, particularly within model-driven apps. They allow users to create pages by simply describing their needs in natural language, which the system then translates into structured layouts and code

Using Power Apps Desktop App for Government Tenants

If you have worked throughout your career in multiple industries including government and are trying to build a Power App for your governments clients that should run on the mobile or desktop client, you might have encountered some connection issues and errors that will not allow you to connect.

PCF Control in Side Pane in Model Driven Apps

Side Panes in Model Driven Apps have been around for some time now, and we have used them for showing Entity Lists, Entity Records and web resources. In addition to the standard types that we can display in the side panes we can also display custom pages and PCF controls

Data exploration agent in Model-driven apps

On February 18th, 2025 Microsoft announced the public preview of the data exploration agent for Model driven apps. This new agent provides the ability to find records using complex filters using Copilot and Natural language to describe what data you are looking for.

Creating a new Virtual PCF with Fluent UI version 9

In a recent project a needed to create a PCF control, to display a notification within the form. The MessageBar Fluent UI v9 component provided the functionality that we were looking for, so we decided to go ahead and take advantage of that. The PCF Builder extension for Visual Studio …