Tag Archives: Microsoft Flow

Update Dynamics 365 Data using Flow

MicrosoftFlow1

Introduction In our earlier article we discussed how we can create data in Dynamics 365 CE using Microsoft Flow from excel file. Now in this article we are going to discuss how we can update existing data using flow. Requirement: In our earlier example we used following excel table to upload data to contact entity, Now let’s say we have… Read more »

Uploading data to Dynamics 365 using Microsoft Flow

MicrosoftFlow1

Introduction In this article we will discuss how we can create data in Dynamics 365 CE using Microsoft Flow using excel file. Requirement: Let’s say we have requirement to read excel file from one drive for business and create Dynamics 365 CE contacts. We have contact.xlsx file in one drive for business having following fields Solution: We can easily implement… Read more »

Get Option Set value based on label in Microsoft Flow

MicrosoftFlow1

Introduction In this article, we will discuss how we can get option set value in Microsoft flow using string map entity. Requirement Let’s say we need to process one import file which will be available in one drive for business and we want to get option set value of relationship type label available in RelationshipType column. Solution In my earlier… Read more »