Power Platform Pricing Made Simple (2025 Update) YniasApril 2, 202501 views Power Platform Pricing Explained (April 2025 Update) Struggling to make sense of Power Platform pricing? You’re not alone. Between user licenses, pay-as-you-go options, and Dataverse capacities, it’s easy to get… Read more
Quickly Remove Solution Layers Without Checking Every Single Component YniasMarch 27, 2025040 views Intro Ever wanted to delete unmanaged layers, because you ofcourse had a good reason to add them, but want a quick way? It’s a common headache — especially when you… Read more
Mastering Union, Except, and Intersect in Power Automate: A Simple Guide YniasMarch 11, 2025021 views When working with data in Power Automate, you often need to combine, filter, or compare lists dynamically. The union, except, and intersect functions help you achieve that efficiently. Let’s break… Read more
Canvas Apps – Tips & Tricks part 2 YniasFebruary 24, 2025022 views You Can Extract JSON Data Without Power Automate Power Apps natively supports JSON parsing without needing Power Automate! Example: If you have a JSON string like: {“name”: “John”, “age”: 30} You… Read more
Building Responsive Power Apps: A Complete Guide YniasFebruary 24, 2025029 views Table of Contents Why Build a Responsive Power App? Most Power Apps developers struggle with creating an app that looks great across different screen sizes (phones, tablets, desktops). Problem: A… Read more
Canvas Apps – 3 Tips & Tricks part 1 YniasFebruary 21, 2025048 views Table of Contents Modularizing Formulas in Power Fx: Why and How Ever struggled with long, messy formulas in Power Fx? You’re not alone. Writing complex formulas can quickly turn into… Read more
Cloud flow with filter rows not triggered YniasJune 18, 20240294 views Introduction If you create a cloud flow with a filter row and it doesn’t trigger, even though you’re using the right data and correctly syntaxed filter rows, follow this article… Read more
How to provide additional logging in your Canvas App YniasJune 9, 20230350 views Introduction When developing canvas apps, it’s common to overlook the importance of understanding what’s happening behind the scenes. Often, apps are hastily tested and deployed, with support teams waiting for… Read more
How to open a specific screen in a Canvas App YniasMarch 23, 20230489 views Introduction Ever wanted to open up a specific screen in Canvas Apps? Depending on where or how a user opens the application. I’ll discuss a usecase with Adaptive Cards that passes… Read more
“URL was not parsed due to an ODataUnrecognizedPathException.” YniasMarch 22, 20230434 views Introduction When performing a flow where you update a lookup, you may get the above error. We will briefly discuss the possible causes here. OOTB Entities These entities are slightly… Read more