This is actually a multi-part problem I want to use Flow to solve:
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
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:
@empty(triggerBody()?['ApproverResponse'])
Note: ApproverResponse field is the field needs to set a value.
Image reference:
The flow works successfully as below:
Best regards,
Kris
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional