When to use PowerApps for User Licences

PowerApps is available in two distinct versions. The first is the „free“ iteration, which comes as part of the Microsoft E3 or Microsoft E5 License. While it provides a valuable glimpse into the capabilities of the PowerPlatform, it falls short of the opportunities unlocked by the premium version, „PowerApps Premium.“ Within this article, we have …

Connect PowerApps to Azure Application Insights

Azure Insight is a comprehensive cloud-based monitoring and analytics solution offered by Microsoft Azure. It empowers organizations to gain deep visibility into the performance, availability, and usage patterns of their applications and resources hosted on Azure. By collecting and analyzing telemetry data from various sources, Azure Insight enables proactive identification of issues, rapid troubleshooting, and …

Helpful REGEX Formulas for PowerApps

Regex, short for Regular Expression, is a powerful tool used in computer science to match and manipulate patterns in strings. It enables efficient searching, extraction, and validation of data based on specified criteria, such as email addresses or phone numbers. Though concise, mastering regex syntax is essential for utilizing its full potential in programming and …

Restrict Web Access to SharePoint List

Blocking web access to a SharePoint list in favor of a PowerApp offers improved security, streamlined user experience, and enhanced performance. By channeling all interactions through the app’s controlled environment, sensitive data remains protected, while users benefit from a seamless, efficient interface designed for optimal productivity. This approach ensures a robust and effective data management …

How to Document PowerPlatform Developement

Are you a PowerPlatform Developer, maybe in an enterprise which didn’t have any suitable ProjectManagement Guidlines? Sooner or later you come to the point where it is necessary to Document your development in a way you and other can understand. I reached a point where I had multiple flows and a single canvas app that …

Disable Permission Menu for PowerApps

When developing a PowerApp that requires connections to external services like SharePoint, users are often prompted to allow these connections, even when they have no alternative. This can complicate matters as users may not fully understand or be able to define what they are allowing. But there is a solution for that. We can disable …