Power Apps Studio Hacks: Master Search & Replace for Lightning-Fast App Development

When building apps in Microsoft Canvas Power Apps, your formulas and code can quickly grow complex. Searching for keywords or updating variable names across your entire app can be tedious if you do not know the built-in tools. Fortunately, Power Apps Studio offers robust search and find/replace features to make your development workflow much smoother. […]

Build Offline-Ready Power Apps Without Dataverse

Introduction This blog post discusses how to build offline-first Power Apps that store data and images locally when there is no internet connection, then synchronize them to SQL Server and Azure Blob Storage once the device is back online. Perfect for field workers, mobile apps, and low-connectivity environments. In a previous post, I created a […]

Get a Custom Project Tracker Up and Running in Minutes with Dataverse

Intro In this post we are going to look at creating a Project Tracker application in Power Apps using Dataverse and Model-Driven apps. I’ve previously built a project tracker using a SharePoint Lists which is a good tool for this, click here to see that post. It’s even possible to use SharePoint Lists as a […]