Thoughts, Dynamics 365, random business ideas, etc.

Category: Power Platform

  • What language does Power Automate use?

    Power Automate and Logic Apps both use the same language, Workflow Definition Language (or WDL). The nice thing about Azure Logic Apps and Power Automate, though, is that there’s a fancy front end that allows you to generate most of the code without hands-on-keyboard. Here’s an example. I built a small little flow that uses…

  • How to make Power App and Power Automate work together?

    Was working with Power Apps and the Microsoft Graph API, and it seemed easiest to put together a couple of flows to interact with it asynchronously. I wanted to both pull data down from the graph API and also update data. Regardless, I was building a little prototype app, and I got stuck on something.…