A Pro Code Escape in Power Automate

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.

Continue reading “A Pro Code Escape in Power Automate”

Querying date intervals in the Common Data Service

90 days from now

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.

TL;DR – with FetchXML this is quite possible!

Continue reading “Querying date intervals in the Common Data Service”

Avoid nested conditionals in Microsoft Flow by using Guard Conditions

Flow nested conditions

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.

Continue reading “Avoid nested conditionals in Microsoft Flow by using Guard Conditions”