Share via

Truncate a Dataverse table using a Dataflow in Azure Data Factory.

Anonymous
2025-11-03T07:41:51.6566667+00:00

Hi Team,

I want to truncate a table present in dataverse using adf-dataflow. Please guide me how it can be done

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 42,941 Reputation points MVP Volunteer Moderator
    2025-11-03T13:48:24.2+00:00

    Hello Saurav !

    Thank you for posting on Microsoft Learn Q&A.

    You can’t truncate a Dataverse table because it doesn’t support TRUNCATE so you have to delete rows.

    If you specifically want to use a data flow, you can mark every row for delete and let the Dataverse/Dynamics 365 sink remove them.

    For large volumes, it’s usually faster to submit a BulkDelete job through the Dataverse Web API from an ADF pipeline.

    https://blogs.perficient.com/2021/02/16/power-platform-dataverse-cds-bulk-record-deletion/

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.