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 …

Article: Excel VBA or Office Scripts

Introduced in 1993, Excel VBA revolutionized the utilization of Excel and other Office products, leaving an indelible impact for decades. From crafting basic scripts to orchestrating intricate analytics, and even simulating motor control within the confines of Excel, VBA emerged as a game-changer. This facilitative language empowered developers and users alike to automate tasks with …

PowerShell Hash Control

In enterprise and other sensitive environments, ensuring the security and integrity of downloaded software is of paramount importance. Therefore, meticulously checking the hash value of downloaded software becomes an essential practice. By verifying the hash value, which acts as a unique fingerprint of the original file, organizations can confirm that the downloaded software has not …

Error-Management in Power Automate

Error management in Power Automate is of paramount importance to ensure the reliability and resilience of automated workflows. As processes become more intricate and involve multiple steps, the likelihood of encountering errors increases. Effective error handling mechanisms help identify, diagnose, and address issues promptly, preventing workflow interruptions and data inconsistencies. Disclaimer:This Article handles Information which …

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 …

Pi-Hole Installation Guide

Pi-hole is a remarkably useful tool that enhances your internet experience by providing comprehensive ad-blocking capabilities. By blocking ads at the network level, Pi-hole ensures that all devices connected to your network, from smartphones to smart TVs, enjoy an ad-free browsing experience. This not only eliminates annoying and intrusive ads but also improves page loading …

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 …