Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Send email when SharePoint List is Modified - Show Changes in Email

(0) ShareShare
ReportReport
Posted on by 6

I have found the template to send an email when a SharePoint list is modified, but I was hoping to include in the email a summary of what was modified (similar to how a basic SharePoint list alert works). Is that possible using Power Automate?

 

  • Verified answer
    v-bacao-msft Profile Picture
    on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

     

    Hi @rmurphyMLHC ,

     

    In fact, I think the SharePoint List alert can already fulfill your needs.😁

    On the contrary, the existing functions in Power Automate have certain limitations and cannot fully meet your needs.

     

    As suggested above, you could consider using the Rest API to get the item versions, and use an HTML table to compare whether several key fields have changed.

     

    • The basic steps are similar to those mentioned in this blog, except that we only need to get the first two elements in the result.

    Check-for-a-Change-in-a-SharePoint-List-Column-Value

     

    • Then select the fields you need to see if they have changed and configure them with Select action.
    • Finally, configure the HTML table and send the email.

    Image reference:

    248.PNG249.PNG

     

    I hope it helps.

     

    Best Regards,

  • rmurphyMLHC Profile Picture
    6 on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

    Thank you. I will look at this as well.

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

    Hi @rmurphyMLHC 

     

    You need to make SharePoint API call to retrieve version history.

     

    Have a look at the below links.

     

    https://powerusers.microsoft.com/t5/General-Power-Automate/How-to-get-previous-versions-of-a-list-items-from-Sharepoint/td-p/49335

     

    http://johnliu.net/blog/2018/5/microsoft-flow-sharepoint-trigger-on-specific-fields-changed-via-sp-http-request

     

  • rmurphyMLHC Profile Picture
    6 on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

    Thanks for the tip. I will try this!

  • Verified answer
    Gristy Profile Picture
    2,429 on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

    The only way you can do this is to:

    1) for each column create another column i.e. OldValueZipCode for each column you want to monitor

    2) when created populate OldValue with the values that were entered in a flow

    3) when modified flow (the one your talking about) use a combination of OldValue and then actual Value to display the email in the format you need

    4) update OldValue with Current Value.

     

    Not ideal but will achieve what you need. In other words no where is it recorded - the only other way may be to retrieve a older version from rest api and process that, but the approach above is probally simpler.

  • rmurphyMLHC Profile Picture
    6 on at
    Re: Send email when SharePoint List is Modified - Show Changes in Email

    Example:

     

    notifyusersharepointlist2.png

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1