Hi everyone,
I'm trying to trigger an email only when a specific item is modified in a SharePoint list. For example, I have a column titled "DF Essentials Training Date" and I want to trigger an email to be sent once this date is completed (not blank).
I used the SP trigger "When an item is created or modified", but this triggers the email when ANY SP item was modified and it was driving me nuts. I searched a lot of other posts with this same issue. One user recommended using the SP trigger "When an existing item is modified" but I don't seem to have that trigger available. Another user recommended creating another column that contains the original value of the item in addition to having a column for the current value. Therefore, I created a column titled "O-DF Essentials Training Date" to capture the original value. At the end of the flow, I set the original value column (O-DF Essentials Training Date) to be the current value column (DF-Essentials training date), so the flow doesn't trigger again.
Please see the flow below. It seems to work even though I get a warning that the flow could trigger infinite loops. I'd love advice if I'm doing this the right way or there is an easier way to trigger a flow only when a specific item is modified that doesn't require this work around. Also, I'm not a programmer and a beginner with power automate, so I'd appreciate a little more of explanation 🙂 Thanks @abm for recommending I create a new post for this.

