• Dynamics 365: Solving the Action Invalid Argument error with Flow

      Nick Chin, 23 October 2019

      Have you ever had the “Invalid Argument” error from an Action before?This can happen when you are retrieving a record with code and it returns a null. If an Action has an EntityReference output, then it must always return data. So, if you encounter this problem, what should you do?If the logic is co

      Read the full article here
    • Improving Microsoft Flow Runtime using Concurrency Control

      Satyvir Jasra, 22 October 2019

      In Microsoft Flow, one of the most used controls is ‘Apply Each’ which is used to process a list of items. However, if there is a large list of items to process through, the ‘Apply Each’ action will run for a very long time, because only one item can be processed at a time. What if we could process

      Read the full article here
    • Quickly create a manually triggered Flow in Dynamics 365

      Nick Chin, 17 October 2019

      There are multiple ways to create a triggered Flow with Dynamics 365. One way is by browsing to the Flow centre and creating the Flow.If you’re logged into Dynamics 365, Flow be accessed from the top left by clicking the Office 365 app button, then selecting Flow.Select the “Create” tab.Since we are

      Read the full article here
    • How to Create Copies of Microsoft Flows

      Ronelle Raath, 14 October 2019

      In this blog, we’ll cover some ways to copy Microsoft Flows. The methods we’ll cover are using the Save As button, the Send a copy (Preview) button and the Export button.Save As Button:The Save As button works as you would expect. You click the button, input the new Flow name and click Save. This cr

      Read the full article here
    • Using Scopes and Branches in Microsoft Flow

      Adam Murchison, 04 October 2019

      If you’ve ever made a large Microsoft Flow with multiple connectors you’ll have noticed how untidy or messy it is. A useful feature that I’ve recently found is the ‘Scope’ control which will neatly confine your methods/actions to a well-defined structure. As you can see this flow is running multiple

      Read the full article here
    • Microsoft Flow New Feature: Copy to My Clipboard

      Satyvir Jasra, 30 August 2019

      One of the long-awaited features ‘Copy to my clipboard’ was made available for Microsoft Flow as part of the July update. Previously, if we had to use the same action multiple times but with slight changes, we needed to add the actions and then configure them individually. Using the copy functionali

      Read the full article here
    • A Quick Guide on using DateTime in Microsoft Flow

      Adam Murchison, 08 August 2019

      Microsoft Flow has many ways to set a DateTime and there are often strict requirements on how this is formatted for your purposes. Firstly, the most important function to know within Microsoft Flow to do with DateTime is utcNow(). We can do this by going to the ‘Expression’ tab when adding data to a

      Read the full article here
    • Differences between Dynamics 365 Workflows and Microsoft Flow

      Alfwyn Jordan, 31 July 2019

      Microsoft Flow is now included with most Dynamics 365 plans. This means that when we start building background workflows for our Dynamics 365 instance we are greeted by the following message: So, what is different when you build your Flow? Triggers First off, after logging in to Flow, and choosing

      Read the full article here
    • How to Trigger a Microsoft Flow from a Custom Button in Dynamics 365

      Adam Murchison, 23 July 2019

      When using Microsoft Flow the out-of-the-box button is nested under the ‘Flow’ section and is not easy to find nor is it customizable. Triggering the flow using a ‘Flow Button’ makes the button appear under the ‘Run Flow’ branch which is a nested button that is unintuitive for users. It is much nic

      Read the full article here
    • Power Platform Licensing

      John Eccles, 18 June 2019

      Power Platform unlocks the potential of Dynamics 365 and Office 365. It opens the door for non-software developer users within organisations to manage data and electronic forms, automate business processes and enable mobility. An organisation needs licensing to use Power Platform. In this blog, I wa

      Read the full article here
    • Microsoft Power Platform is not just for the big guns

      Gayan Perera, 25 April 2019

      The Microsoft Power Platform is an amazing set of tools that can help businesses serve their customers smarter, faster and better. However, most of the marketing and messaging around the Power Platform is geared toward big companies. Almost all the case studies are from companies such as Heathrow Ai

      Read the full article here
    • Generate Custom Upload to SharePoint in Dynamics CRM

      Miguel Nepomuceno, 20 September 2018

      While Microsoft Dynamics CRM / 365 offers integration options and features available with SharePoint On-Premise/ Online, there are some client cases where doing the SharePoint Integration is not worth setting up. We encountered this situation with one of our clients who wanted to integrate Dynamics

      Read the full article here
    • Unhandled Scenarios for Dynamics CRM Email Integration

      Roshan Mehta, 22 August 2018

      Microsoft Dynamics CRM/365 provides functionality to integrate your CRM with your mail system. This allows you to track email messages in CRM and send timely email messages to the people that matter most for your organisation. There are several options available for email integration with Dynamics C

      Read the full article here
    • Unexpected Error on Exporting a Dynamics CRM Solution

      Arpit Malhotra, 26 June 2018

      When implementing a Microsoft Dynamics CRM upgrade from on-premise to online, you may encounter unexpected business process errors when exporting an already upgraded CRM solution to import into Dynamics 365 online. The error dialog box won't provide you any log file or any trace of the broken item.

      Read the full article here
    • How to Prevent Creation of Duplicate Records in Dynamics CRM Online

      Adam Murchison, 02 May 2018

      When using duplicate detection rules, it is not possible to stop creation of a duplicate record, you can still proceed to create the record if you wish. You may wish to prevent creation of a record with the same name for example, this would be done using Alternate keys. WARNING: If you try creating

      Read the full article here