Home Tip Of The Day. Easy Track changes in dataverse table
Post
Cancel

Tip Of The Day. Easy Track changes in dataverse table

My first blog post in M365 and power platform PNP community blog

TipOfTheDay - Easy Track changes in dataverse table via dataverse API

TIP: Did you know you can easily track changes in dataverse table via data verse API

I am using postman:

  • first if you just use get call like this:
1
/accounts?$select=name,accountnumber,telephone1,websiteurl

Img1

  • Now add new header: “Prefer odata.track-changes” and run it again you would get additional info: deltalink with delta token in it

Img2

  • use delta token in same request structure Img3

  • Were are no changes that happen last time we did request to accounts table. If I do changes like: new, edit, and delete in accounts i will get this:

Img4

This post is licensed under CC BY 4.0 by the author.

SharingIsCaring. Get, Update, Add, Remove SharePoint list items in large lists

Tip of the day. Use enhanced Sharepoint formatter