Andres Biarge Dynamic Word templates without changing your Power Automate flow I faced a challenge recently: while working on my own invoicing software (basically a Model Driven app that generates a PDF based on a Microsoft Word template), I bumped into a problem I had not fores...
Andres Biarge Implementing Business Logic customizing the Dataverse Event Framework (1): Custom Actions This article is the first in a series where I'll write about Dataverse's Event Framework . There are many different ways of implementing business logic in the Power Platform and we try to favor the mo...
Andres Biarge Sync users between AAD - Dataverse (2) - React to changes via Graph Webhooks and Delta Queries I was talking to my friend Sumit Rai , and he asked me how he could apply what we learnt from my previous article ( https://www.andresbiarge.com/post/sync-users-between-aad-dataverse ) so that users a...
Andres Biarge Approval Pattern for Complex Workflows Unless it's a straightforward approval, chances are your process has several stages and conditions for each approval workflow. And we know that every company has their own process; their That's why today I wanted to share with you ...
Andres Biarge How to find the Set Name of an (intersect) Table - Mastering the Dataverse Web API While I'm working on a more exciting article, I wanted to share with you one quick tip on using the Dataverse Web API I found the hard way. So today I will show you how to get the Dataverse Web API UR...
Andres Biarge Sync users between AAD - Dataverse Let's set the context of our scenario: you're about to go live, the environment is secured with an AAD Security Group, and you need to ensure all the users have their security roles assig...