Category: Uncategorized

  • Real-Time Search Strategies for PowerApps – Lessons from the Trenches  – Part 1

    Building enterprise-grade apps in PowerApps isn’t just about screens and galleries — it’s about smart filtering, real-time search, role-aware security, and handling date-time complexities across time zones. In this post, I’ll walk through some production scenarios from my projects where I implemented filtering and searching in a modern canvas app with Dataverse as the backend.…

  • Mastering Delegation in PowerApps for High Performance

    When building apps in PowerApps, it’s easy to hit a wall with performance and data limits if you don’t consider delegation. Delegation is the ability of PowerApps to offload data processing to the data source rather than pulling it all into the app. This article explores essential delegation techniques to help you scale your apps…