Tag Archives: PowerApps

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 »