Migrate data from a legacy system into Dynamics 365
This post steps through the migration of data from a legacy system (the legacy data being extracted into spreadsheets) and into a Dynamics 365 environment. Specifically the migration of contacts, including their residential addresses
Download leads from the Facebook API issue
This post describes downloading leads from the Facebook API of an advertising campaign managed by an advertising agency
Import a CSV file into Power Automate
This post describes an example of how to read a CSV file from an Azure file share and parse the contents of the file into an array in Power Automate
Create records in Dataverse via a Canvas App
This post describes an example of how to submit data from a Canvas App’s edit form into Dataverse
Handle time zone correctly in Power Automate
Consider the situation where Power Automate retrieves a date time value from Dataverse and incorrectly specifies the value as a day before the correct date. (As a result of not handling the time zone correctly). This post describes how to configure Dynamics 365 and Power automate in order to avoid this issue
Create a service principle to access Dynamics 365 Web API
This post describes a scenario where an Azure function needs to connect to Dynamics 365 (online) / Dataverse in order to retrieve data from a Dataverse table
Pass data to a Dynamics 365 html web resource
This post discusses 5 methods for a Dynamics 365 form to interact with a html web resource embedded within that form
Set a Dataverse lookup column in Power Automate
This post explains how to set a Dataverse lookup column in Power Automate. It does this via a simple example
Get and set a Dataverse lookup column
The post provides sample code snippets for interacting with Dataverse's lookup data type column in C# & JavaScript / TypeScript
XRM.Navigation.navigateTo a html web resource
This post describes an example of how to use Xrm.Navigation.navigateTo to display a html web resource