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 / Trigger for a field ch...
Power Automate
Unanswered

Trigger for a field change in a SharePoint list, sedning emails response to set another field

(0) ShareShare
ReportReport
Posted on by 260

This is actually a multi-part problem I want to use Flow to solve:

 

  • Send an email when the value of a field in a SP list changes to a paricular value;
  • That the email has response buttons (like "I received this"/"I did not receive this", etc.)
  • when the recipient, who does not have to be a user in the organization) replies to the email, their choice can be used to set another SP list field value.

 

In a hypthetical, suppose I wanted to track sending out forms to people in a SP list, and one of the fields corresponded to that person's need for the form.  If it were changed to "Yes" for example, Flow would be triggered to send the email with the response buttons "I got it" and "I didn't get it."  The recipient would click on one of the buttons to send a response, and that response would set another SP field to "Yes" or "No" depending on which button was used.

 

How would this work?  How would I create a field level trigger?  How would Flow handle the response so I could couple it to setting a value in the list field?  I may have firgured out the trigger but not the rest

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @lmheimendinger,

     

    There is no trigger to trigger the flow when the value of field of SharePoint list changes directly, please take a try with the following workaround:

    • Add “When an item is created or modified” trigger.
    • Add a Condition, left input box set to changed field content of above trigger, right input box set to Yes. In middle drop down, choose Is equal to.
    • Within “If/Yes” branch, add a Condition 2, click “Edit in advance mode”, type the following formula:

     

    @empty(triggerBody()?['ApproverResponse'])

    Note: ApproverResponse field is the field needs to set a value.

     

    • Within “If/Yes” branch, add “Send approval email”.
    • Add “Update item” action, configure ApproverResponse field to SelectedOption of “Send approval email”

    Image reference:10.JPG

     

    11.JPG

     

    12.JPG

     

     

    The flow works successfully as below:13.JPG

     

    Best regards,

    Kris

     

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 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard