Change flow owner without CLI or PowerShell

Easy way to change flow owner without CLI or PowerShell.

Authoring version in Canvas Apps

Recently I came across an ability to change the authoring version of Power Apps Studio in Canvas App. So what exactly is authoring version? When you edit a Canvas app from make.powerapps.com you are working with Power Apps Studio or some times also referred to as Authoring tool; where you build you apps. Microsoft keeps…

Fetch Customer Lookup in Power Automate

While working on a requirement I came across a scenario where I wanted to fetch an attribute from a Customer field and run the logic accordingly. Even after intensely looking for answers I couldn't find any resolution, so I came up with my own solution (so not sure if this is the right way). In…

Resolved: Property not fetching data in Custom Control

Have you ever encountered an issue where you have multiple properties configured in your Control Manifest file and you configured it correctly in Model-Driven app. But for some reason you do not get the value from the field that was bound in the configuration. For example I had my Control Manifest file as below. <?xml…