Recent Post

The Dataverse Batch API: A Practical Guide for Power Automate

If you’re a seasoned Power Automate user, no doubt you’ve encountered performance bottlenecks with bulk CRUD operations against a data source. Using Apply to Each loops can be slow and...

Blog Posts

Hide a Business Process Flow Using JavaScript

In some scenarios, you may want to hide a Business Process Flow (BPF) once the entire process is complete. In this post, we’ll walk through how to achieve this in a model-driven app using JavaScript...

Write to Dataverse Notes Table using Web API

I had a challenge recently where I needed to migrate hundreds of notes from an old database to the Dataverse. Dataverse has an Out of the Box Notes table (logical name “annotations”) that allows for...

Intro to Deep Linking in PowerApps

Instead of opening an app’s main screen, there are scenarios where you’d want to directly take a user to a specific screen. This post will explore how to deep link to a specific record in...

Fetch a List of PowerApps across Environments

One of the challenges I’ve faced when using the Power Apps Admin Center is getting a quick view of all the apps within all environments for documentation purposes. Sure, you can go into each...

Automated Azure AD Credential Expiration Alerts

All secrets and certificates created within Azure App Registrations have expiration dates, making it crucial for administrators to stay informed to take timely action. Microsoft does not provide an...

Cancel an Approval of Behalf of Another User in Power Automate

Using the Approvals Connector within Power Automate is a great way to streamline approvals, as it provides a lot of functionality out of the box. One limitation it has however is the ability to cancel...

Calculate Age using PowerApps

On the surface, the calculation for a person’s age in PowerApps seems simple enough: use the DateDiff function to take the current date and the difference between their birthdate and return in...

Get SharePoint Column Descriptions into a PowerApps Form

Within a SharePoint list, it’s common practice to add a description to your columns. Naturally, you would want to provide a description to aid users in filling out the form. The out of the box...

PowerApps Essential PnP PowerShell for SharePoint Provisioning

When importing PowerApps SharePoint-based solutions into upper level environments (such as from development to test environment), it’s typically necessary to provision a dedicated site and the lists...