Category Archives: Flow

How to: not to get stuck on the required fields when creating a Power Automate Flow

Microsoft Dataverse has a somewhat unique interpretation of what a “required” field is. It’s a bit of “do as I say not as I do”. For example, I can’t create an account in the user interface not having “account name” populated (since it’s a required field): But, of course, behind the scene… whether through Excel… Read More »

Flow connections and CI/CD

I am wondering if PowerAutomate flows can really be part of CI/CD when there are non-CDS connections? There seem to be a few problems here: Once deployed, the flow is turned off, and all non-CDS connections have to be re-wired in order to turn it on. That’s a manual step While re-wiring the connections, we’ll… Read More »

CDS: How to receive notifications when a user gets added to/removed from the AD group team

AD group teams are not managed exactly the same way “native” teams are managed in CDS, and one difference seems to be that associate/disassociate events will not be triggered for such teams. However, this does not mean there is no way to respond to a change in the group membership, it just has to be… Read More »

Can we call a PowerAutomate Flow synchronously on create/update of a record?

It seems like a no-brainer question with a simple “no” answer; however, there was something that came up on Linkedin while discussing my other post about using CDS pre/post images with the Flow: https://www.itaintboring.com/dynamics-crm/cds-post-images-and-cds-pre-images-in-powerautomate-flows/ What if, instead of using the service bus, we tried using “web hook” option in the Plugin Registration Tool? It does… Read More »