Jul 17, 20211 min readAzure Data Factory - Failed to connect to DynamicsWe encountered a blocking issue today when trying to upsert Dynamics 365 (CE) Online records from an on-premises enterprise database...
Jun 10, 20211 min readRandom Tidbit #1: Add a "Primary Key" to a ListHere's one way to make a list of items: 1) Log in to Windows 2) Open Microsoft Excel 3) Run macro "Load today's sales" And here's an...
Jun 9, 20212 min readA gotcha with using Azure Data Factory to Copy Dynamics 365 data to SQL ServerLike with KingswaySoft, Azure Data Factory (ADF) also has the ability to create a SQL Server table when copying data from Dynamics 365...
Jun 9, 20211 min readAzure Data Factory file wildcard option and storage blobsIf you've turned on the Azure Event Hubs "Capture" feature and now want to process the AVRO files that the service sent to Azure Blob...
May 21, 20212 min readUse Logic App to Upsert D365 Data into Azure SQLHere's one approach to insert or update (upsert) data from Dynamics 365 (CE) or Dataverse into an Azure SQL table using Logic Apps: In...
May 21, 20211 min readUsing $select in Logic Apps for a Dynamics 365 query filterWhile building an Logic App today, I needed to get all rows for a Dynamics 365 table, but the table has 100+ columns and I only wanted a...