Tag Archives: PowerApps

Microsoft Flow Monitoring

  I often read/hear that Microsoft Flow is not suitable for the advanced integration scenarios where Logic Apps should be used instead. That statement is probably coming from the comparison below: https://docs.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs This is all great; however, unlike the Logic Apps which are living their own life somewhere in Azure, Microsoft Flow is a first-class… Read More »

PowerShell and Dynamics/PowerApps

  I was working on a PowerShell script, and I just could not get past the error below: “Element ‘http://schemas.datacontract.org/2004/07/System.Collections.Generic:value’ contains data from a type that maps to the name ‘System.Management.Automation:PSObject’. The deserializer has no knowledge of any type that maps to this name” Yet I was not trying to do anything extraordinary (other than… Read More »

Instantiating an email template with Web API

There is email template functionality in Dynamics/model-driven applications – if you are not familiar with it, have a look at the documentation first: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/create-templates-email However, what if, for whatever reason, you wanted to automatically instantiate an email template instead of having to use “insert template button” on the email screen? For example, maybe there are… Read More »