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 […]
Save Images to Azure Blob Storage via Power Apps and Reference them from a SQL Database
Intro In this article, I demonstrate how to save images from a Power App to Azure Blob Storage and subsequently reference those images from a SQL Server data source. I have developed a Power App designed for product testing, which includes capturing an image as part of the test process. You can also catch the […]