Error monitoring for the solution-aware Flows

  Some flows are solution-aware, and some flows are not: https://docs.microsoft.com/en-us/flow/overview-solution-flows It turned out the difference between those two is not just that solution-aware flows are portable – somehow, it goes deeper. Just a few days ago wrote a post where I was trying to summarize error monitoring options for the Flows: https://www.itaintboring.com/dynamics/microsoft-flow-monitoring/ It was… Read More »

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 »

A PowerShell script to import/export solutions and data

Sep 26: A newer version of this post is available here: https://www.itaintboring.com/dynamics-crm/using-powershell-to-exportimport-solutions-data-and-word-templates/ I have never been a big supporter of the configuration migration tool simply because it seems strange that we need to export data manually while preparing a package for the package deployer. I am also on the fence when it comes to the… 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 »

SolutionPackager can now extract and re-package CanvasApps included into the solution

  Not sure if you are aware, but the latest version of SolutionPackager can now extract and re-package CanvasApps (and Flows). Depending on the version of SolutionPackager you’ve been using so far, it might or might not be failing once a canvas app is included into the solution. However, the latest version is not just… Read More »