
Building Power Apps solutions templates - part 1
Most people working with the Microsoft Power Platform and Dataverse probably know what the default Common Data Model is. When working with many different organizations having distributed business unit
Search for a command to run...

Most people working with the Microsoft Power Platform and Dataverse probably know what the default Common Data Model is. When working with many different organizations having distributed business unit

I'm sure most of you have used Canvas-based components (like Canvas Apps or Model-Driven-App Pages) while customizing and building new features with Power Platform. They are a set of canvases and controls or components that may be placed inside and a...

In my previous text, I’ve tried to show you how to set up your first Power Platform Code App and release it into Power Platform environment. Today, I would like to present how to work with Power Platform connectors, which allows you to consume data s...

Last week, I had the pleasure of presenting the results of my first attempts to build a Power Platform Code App during an internal meeting in the organization I’m currently working for. During the demo I was trying to present the process of Power Pla...

Some time ago I was working on the simple Dynamics 365 Sales-based solution project. We had some customization and very little custom code there (only one developer is responsible for delivering it). We decided to use Power Platform Pipelines for dep...

Power Pages is a CMS portal solution from Microsoft and based on Power Platform. It allows you to create secure, low-code websites for external users (customers, partners, vendors, etc.) to interact with your business data stored in Microsoft Dataver...

Ok. Here are my main observations and some conclusions after returning from the European Power Platform Conference: AI, AI, AI everywhere! And it looks like it may be finally somehow useful for Power Platform developers and app makers (I’m not talki...

Recently, as a part of one of my pet projects, I was trying to implement authentication and authorization with Microsoft Entra identities and groups in a Blazor WebAssembly application. The part related to authentication was quite a simple one. The t...

GitHub Actions becomes a more and more popular choice used as a continuous integration and continuous delivery platform. We may also use it for building Power Platform solutions. There is a GitHub Actions for the Power Platform project available and ...