Hi,
I am trying to create a flow that seems like it should be fairly simple, but I can't figure it out.
I have a sharepoint list that tracks incoming project requests. The list get's updated several times, where someone is assigned to review the request and determine if permits are required. If permits are required, the new project is approved to be created. I've created an example list below to illustrate. In the actual list, the "Ready to Schedule" column is actually a status column that is updated at each stage, from "request received" to "review in progress", to "request denied", or "ready to schedule." What I would like to do is send the project manager an email notification only when the project is "ready to schedule."
I used a tutorial I found where I've created a "trigger column" whose default setting is "ready to schedule." Then I've been using "when an item or a file is modified" as my trigger, and in the settings created a statement to say that the columns should match:
@equals(triggerOutputs()?['body/Stage_x0020_of_x0020_EPR_x0020_R/Value'], triggerOutputs()?['body/ProjectCreation_Trigger'])
Then the flow simply gets the items from the list and sends an email notification to the project manager. The problem is that it is sending an email for each item on the list where the columns match, not just the single one that had a change.

Thanks in advance for your help!
Kirstin