Using account hierarchies in Microsoft Dataverse (XRM, you know) is super easy with the out of the box Parent Account fishhook relationship. This article will demonstrate how to maintain information about the Top Parent Account on all accounts, using a single Power Automate cloud flow.
Microsoft Power Automate is a fantastic platform when it comes to low-code automation, with connectors to literally hundreds of data sources. But what if you need to do something too complex for the existing flow actions? Take the Pro Code Escape with the Common Data Service.
Querying date intervals in Microsoft Common Data Service, Power Apps and Dynamics 365 is not always possible using Advanced Find nor is it as easy as working with plain SQL.
After working as a developer for a quarter century I have seen my fair share of nested conditionals and probably caused way beyond my fair share. Nested conditionals make the code harder to read and simply less aesthetic.