Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Suggested answer

Send Email when SP List Item Column Changes

(1) ShareShare
ReportReport
Posted on by 43
I have a list of accounts for third-party systems, and I need an email to trigger when a column changes for a list item. Specifically, there is a field called 'AccountRemoved,' and I want an email to be sent when this checkbox is marked as TRUE. Despite following various guides, the flow still triggers when any other checkbox changes, which does not provide clarity. 
Could someone guide me in the right direction in case I've overlooked something?
 
 
These are the forums i have used in the past to create this and followed them and theirs seems to work but mine doesnt
  • AndrewK93 Profile Picture
    43 on at
    Send Email when SP List Item Column Changes
    Thank you for this; it seems to be on the right track. However, I have confirmed the name of the column within SharePoint. I attempted to run the flow after making the modification, but the test flow keeps timing out.
     
     
    I have also tried to run @equals(triggerOutputs()?['body/AccountRemoved'], true)
     
    Any ideas?
  • Suggested answer
    Michael E. Gernaey Profile Picture
    44,766 Super User 2025 Season 1 on at
    Send Email when SP List Item Column Changes
    hi
     
    Correct, it will always trigger no matter what, simply your Get Changes check will stop it from going further.
     
    As Scalca said, you need a Trigger Condition, which it still behind the scenes does work, but you dont see a trigger actually happen)
  • Suggested answer
    scalca Profile Picture
    243 Super User 2025 Season 1 on at
    Send Email when SP List Item Column Changes
    That's a Power Automate question
    nevertheless, the flow gets triggered by any modification because that's what it says 
    "When an item or a file is modified" 
     
    there is a solution for this called Trigger Conditions
    Go to the trigger 
    click on settings
    there you'll find Trigger conditions
    click add to add a new expression
     
    there you can add an expression which needs to be true in order to trigger the flow itself
    in your case
    @equals(triggerOutputs()?['d.AccountRemoved'], true)
     
    you have to check the column and give the exact name as well as check the return type
     
    here official link 
     
     

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

Featured topics

Restore a deleted flow