// archive
Category: Integration
-

Excuse me! API limits for Microsoft Power Platform Dataverse & Dynamics 365 (2023 Edition)
API limit for Microsoft Dataverse Microsoft writes that the Microsoft Dataverse API limit helps ensure service levels, availability, and quality. This is regarding best practice architecture on using external APIs and good programming design…. Let me explain. (updated 08/12-2023 with latest info) The first thing to acknowledge is that two limitations serve two purposes. Microsoft…
-

Now it is time to be Curious about Power Platform Environment Variables!
Power Platform Environment Variables are typed, solution-aware configuration values that change between Dev/Test/Prod without code edits — connection strings, SharePoint URLs, feature flags, and secrets you’d otherwise hard-code into a flow or canvas app. TL;DR: Use environment variables for any config that differs per environment. Stored in Dataverse, six types as of 2026 (Text, Number,…
-

Excuse me! API limits for Microsoft Power Platform Dataverse
API limit for Microsoft Dataverse Read my updated post on this topic here: https://iiu.dk/2023/12/08/excuse-me-api-limits-for-microsoft-power-platform-dataverse-dynamics-365-2023-edition/ Microsoft writes that the Microsoft Dataverse API limit help ensure service levels, availability, and quality. For me, this is regarding best practice architecture on how to use external APIs and good programming design…. let me explain. ( updated 27/8-2022 with latest…
-

Data Integration architecture for Microsoft Dataverse, Dynamics 365, and PowerApps
Pick the integration pattern by trigger and volume: Dataflows for scheduled batch, Power Automate / Logic Apps for API-triggered events, Power Automate Desktop for RPA against legacy UIs, and Synapse Link for analytics-scale Dataverse export. TL;DR: Four patterns, one decision: batch vs API vs RPA vs analytics. Below is when to use each, with the…