Synchronise Dataverse records incrementally using change tracking and delta tokens

domain: dynamics-365 · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Enable change tracking on the target Dataverse table in the customisation settings before the first sync
  2. Issue an initial GET to the entity collection with header 'Prefer: odata.track-changes'; the response includes an @odata.deltaLink at the bottom of the last page
  3. Store the deltaLink (it contains a deltatoken parameter with a timestamp and version); on subsequent sync runs, GET the deltaLink URL directly to retrieve only changed and deleted records
  4. Deleted records appear in the delta response as objects containing @odata.context with 'reason: deleted' — handle these by soft-deleting or archiving in your target system
  5. The delta link expires after 7 days; if your sync job misses a cycle beyond that window, discard the token and perform a full resync

Known gotchas

Related routes

Track incremental Dataverse record changes using the Web API change tracking and delta tokens
learn.microsoft.com · 6 steps · unrated
incrementally sync grade and submission changes from Microsoft Graph using delta queries and getRecentlyModifiedSubmissions
learn.microsoft.com · 5 steps · unrated
Enable and configure Delta Lake Change Data Feed and consume it incrementally from a downstream Spark job
docs.delta.io · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans