Cloud flow with filter rows not triggered YniasJune 18, 20240256 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, 20230309 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, 20230445 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, 20230398 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
When do I choose Model-Driven Power Apps? YniasFebruary 24, 20230393 views Introduction If you’re new to Microsoft Power Apps, you may be wondering whether to build a canvas app or a model-driven app for your business needs. While both types of… Read more
How to bulk delete records in Dataverse YniasFebruary 2, 20230314 views Introduction When you have a lot of data*, it is convenient when you don’t have to delete it manually but with a few clicks. In this post, I describe how… Read more
How to provide additional logging in your Flow YniasJanuary 11, 20230476 views Introduction Once you have created a flow, you just often don’t have enough control over it. You want insights, notifications when something goes wrong and maybe even quick summary info… Read more
How to mail collections YniasJanuary 6, 20230374 views Introduction To send a mail through a canvas app, you can use the connector Office365Outlook and function SendEmailV2(). Using this feature to send an email with some text and a… Read more