Hi there Alexander, Sam
Thanks for using QandA platform
Try enabling Change Tracking on the entities in D365. the ADF’s connector doesn’t directly support Change Tracking tokens, you can use the OData connector to interact with the Change Tracking API. First, use the /GetChanges
endpoint to retrieve a deltaLink
token. Store this token.
You’ll also need to manage large datasets by configuring pagination using OData parameters like $top
and $skip
, which ADF can handle efficiently.
https://learn.microsoft.com/en-us/azure/data-factory/connector-odata?tabs=data-factory
If this helps kindly accept the answer thanks much.