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 / How to email when a ch...
Power Automate
Suggested Answer

How to email when a change is made in a SharePoint list

(1) ShareShare
ReportReport
Posted on by 4
How to email when a change is made in a SharePoint list
I have the same question (0)
  • Suggested answer
    Tomac Profile Picture
    4,048 Moderator on at
    Here's a simple flow you can replicate to accomplish this with no frills:
     
     
    If this answered your questions, please mark this comment as the answer
  • stampcoin Profile Picture
    5,146 Super User 2026 Season 1 on at
    I can confirm @Tomac's answer.
    You can find the template in https://make.powerautomate.com/, click Templates on the left menu tree.
    then search "When an item in a SharePoint list is modified send an email", which give you the details.
     
     
  • Suggested answer
    Riyaz_riz11 Profile Picture
    4,048 Super User 2026 Season 1 on at
    Hi,
     

    Solution 1: Basic Email on Item Creation/Modification

    Create a new Power Automate flow:


    1. Trigger: "When an item is created or modified"

      • Select your SharePoint site

      • Select your list 

      •  
    2. Action: "Send an email (V2)"

      • To: Enter recipient email(s)

      • Subject: Item Updated: [Title]

      • Body:
      An item has been updated in [List Name]:
      
      Title: [Title]
      Modified by: [Editor Display Name]
      Modified on: [Modified]
      
      View item: [Link to item]

    3.  

    Solution 2: Email Only on Specific Changes

    Add a condition to filter changes:


    1. Trigger: "When an item is created or modified"

    2. Condition: Check if specific field changed
      triggerOutputs()?['body/Status']
      is not equal to
      triggerOutputs()?['body/Status']?['Value']

    3. If Yes: Send email with change details

    4. If No: Do nothing

    5.  

    Solution 3: Detailed Change Tracking Email

    Enhanced flow with change details:


    1. Trigger: "When an item is created or modified"

    2. Action: "Get item" (to get previous values)

      • Use the same item ID

      • This helps compare old vs new values 

      •  
    3. Action: "Send an email (V2)"

      • Subject: SharePoint Alert: [Title] - [Status]

      • Body:
       
      html
      <h3>SharePoint List Update Notification</h3>
      
      <p><strong>List:</strong> [List Name]</p>
      <p><strong>Item:</strong> [Title]</p>
      <p><strong>Action:</strong> Modified</p>
      <p><strong>Modified by:</strong> [Editor Display Name]</p>
      <p><strong>Modified on:</strong> [Modified]</p>
      
      <h4>Changed Fields:</h4>
      <ul>
        <li><strong>Status:</strong> [Status]</li>
        <li><strong>Priority:</strong> [Priority]</li>
      </ul>
      
      <p><a href="[Link to item]">View Item</a></p>


    4.  

    Solution 4: Email Different People Based on Changes

    Route emails based on field values:


    1. Trigger: "When an item is created or modified"

    2. Switch: Based on Status field

    3. Each case has its own email action with relevant content


    4.  

    Solution 5: Bulk Email to Multiple Recipients

    Send to multiple people with role-based logic:


    1. Trigger: "When an item is created or modified"

    2. Action: "Get items" from Users/Groups list

      • Filter based on role or department

      •  

    3. Action: "Apply to each" (loop through recipients)

      • Send an email (V2) inside the loop

      • Personalize content for each recipient 

      •  

    4.  

    Solution 6: Email with Attachments

    Include file attachments from the list item:


    1. Trigger: "When an item is created or modified"

    2. Action: "Get attachments"

      • Site Address: [Your site]

      • List Name: [Your list]

      • ID: [Item ID]

      •  
    3. Action: "Apply to each" (for each attachment)

      • Get attachment content

      • Send an email (V2) with attachment 

      •  

    Solution 7: Advanced Email with Approval

    Include approval buttons in email:


    1. Trigger: "When an item is created or modified"

    2. Condition: Check if status is "Pending Review"

    3. Action: "Send an email with options"

      • To: manager@company.com

      • Subject: Approval Required: [Title]

      • Options: "Approve,Reject"

      • Body: Include item details

      •  

    4. Switch: Based on selected option

      • Approve: Update item status to "Approved"

      • Reject: Update item status to "Rejected" 

      •  

    5.  

    Solution 8: Email Digest (Daily Summary)

    Send daily summary of changes:


    1. Trigger: "Recurrence" (daily at 9 AM)

    2. Action: "Get items"

      • Filter: Modified ge '[yesterday date]'

      •  

    3. Action: "Create HTML table"

      • From: Get items output

      • Columns: Title, Status, Modified By, Modified

      •  

    4. Action: "Send an email (V2)"

      • Subject: Daily SharePoint Changes - [Today's Date]

      • Body: Include the HTML table 

      •  

    Solution 9: Email with Conditional Formatting

    Format emails based on priority/status:


    1. Trigger: "When an item is created or modified"

    2. Compose: Create HTML content with conditional formatting
      html
      <div style="background-color: @{if(equals(triggerOutputs()?['body/Priority'], 'High'), 'red', 'white')}">
      <h3>Priority: @{triggerOutputs()?['body/Priority']}</h3>
      </div>

    3. Send an email (V2) with the formatted HTML

    4.  

    Solution 10: Teams Message + Email

    Send both email and Teams notification:


    1. Trigger: "When an item is created or modified"

    2. Parallel branches:

      • Branch 1: Send email

      • Branch 2: "Post message in a chat or channel" (Teams)
     
    If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
    Regards,
    Riyaz
  • Suggested answer
    w.p Profile Picture
    8,345 Super User 2026 Season 1 on at

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