web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Dataverse Audit table ...
Power Automate
Unanswered

Dataverse Audit table Recent changes

(0) ShareShare
ReportReport
Posted on by 123
Hi All,
 
Greetings,
 
I want to send email notifications whenever a column in a Dataverse table is modified. To achieve this, I created a Power Automate flow that triggers on updates to the Dataverse table. As part of the implementation, I added below actions and expressions to capture the changes.

While testing the flow, I noticed that modifying any record in the Dataverse table results in duplicate data being retrieved—even when different fields are updated. The audit table consistently returns the same data attributes multiple times. After investigating, I found that the audit table takes a few seconds to reflect the latest changes when a custom Dataverse table is updated. To address this, I added a 10-second delay between the trigger and the audit table query.

However, despite this adjustment, the issue persists and I continuously receiving duplicate value.

I'm attaching the image and expression of power automate which i used.
 
 
 
 
 
 
Below is the filter expression I applied.

Audit Table filter:
 
createdon ge @{formatDateTime(triggerOutputs()?['body/modified'],'yyyy-MM-ddTHH:mm:ssZ')} and createdon le @{formatDateTime(addSeconds(triggerOutputs()?['body/modified'],5),'yyyy-MM-ddTHH:mm:ssZ')} and operation eq 2 and objecttypecode eq 'sourcing_study_service' and _objectid_value eq @{triggerOutputs()?['body/sourcing_study_serviceid']}
 
Compose action after audit list row action
json(first(outputs('List_rows_for_Sourcing_Study')?['body/value']))?['changeedata']?['changedAttributes']
 
Could someone help me identify what I might be doing wrong, or suggest a more effective way to implement this using the available actions in Power Automate?

Thanks in advance!
Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,828 Most Valuable Professional on at
     
    Can you share the outputs of the List rows of the Audits table? Just to double check and see what your outputs is.
     
    Btw, I have used a longer delay in the past, for example 1 minute.
     
     
    Happy to help out 😁

    I share more #PowerAutomate and #SharePointOnline content on my Blog, LinkedIn, Bluesky profile or Youtube Channel
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard