Category: Power Platform

Power Platform ALM Dos and Don’ts
Power Platform ALM Dos and Don’ts
Blog Posts

Do you build data models and custom apps with Dataverse in the background? Do you extend Dynamics 365 apps with custom columns, forms, views, and business logic? Do you automate tasks by setting up cloud flows, for more than personal use? Are you exploring creating your own agents with Copilot Studio? Do you create dual-write… READ MORE

Setting Autonumber Seed in a Managed Solution in Power Platform
Setting Autonumber Seed in a Managed Solution in Power Platform
Blog Posts

Some details in the Power Platform are intentionally excluded from the solutions. Still, most of us developers think they are part of them—unless we read enough about the docs (which is boooring).One example is Seed for columns that have the type Autonumber. As far as I know, the seed is not stored in our tables or columns; it is only known in the deep down of the mystery SQL… READ MORE

Power Platform or Azure DevOps pipelines?
Power Platform or Azure DevOps pipelines?
Blog Posts

The deployment process can be handled either manually or through automation. Automation is highly recommended for all customer projects, typically using CI/CD pipelines. Traditionally, Azure DevOps has been the go-to tool for deployment automation, but it can be cumbersome and resource-intensive for Power Platform-based projects. A more streamlined alternative is the new Power Platform pipelines, which offer a… READ MORE

How to Successfully Adopt Power Platform at Scale (Central Government – UK)
How to Successfully Adopt Power Platform at Scale (Central Government – UK)
Webinars

PowerPoint Slides: https://www.sharepointeurope.com/wp-content/uploads/2025/01/EUPPC-Webinar-Jan25-Successful-Adoption-of-PP-Sharing-1.pptx   Webinar Description: Emma Shaw, Power Apps/Automate Lead at Defra Group UK, will share insights into how Defra has successfully adopted Power Apps and Power Automate for 37,000 users, to accelerate digital transformation and drive efficiency and innovation across the entire organization. In this session, Emma will talk through Defra’s journey moving… READ MORE

#PowerPlatformTip 103 – ‘Quick Setup Guide
#PowerPlatformTip 103 – ‘Quick Setup Guide
Blog Posts

💡 Challenge:Achieving a quick setup for dropdown menus or ComboBoxes in PowerApps, especially when under time constraints or in need of a temporary solution, often requires bypassing the more detailed setup processes associated with SharePoint or Dataverse. ✅ Solution:The “quick and dirty” approach involves leveraging Lookup and Choice columns in SharePoint or Dataverse to manage data sources… READ MORE

SharePoint Command Bar Customization for Power Users
SharePoint Command Bar Customization for Power Users
Blog Posts

In this blog post, you’ll learn how to customize the SharePoint command bar, which is the toolbar that appears at the top of lists and libraries. This is a new feature that allows you to use JSON code to change, edit and hide the out-of-the-box commands, such as new, share, edit, delete, etc. You can… READ MORE

Set up Workload Identity federation for ADO Connection
Set up Workload Identity federation for ADO Connection
Blog Posts

Application ID and client secret were the preferred way of authenticating Azure DevOps (ADO) to a Dataverse instance. For a few months, there has been a new way of doing this part, workload identity federation. This blog post will show you how to set up Workload Identity federation for ADO connection. The service connection we… READ MORE