I have a List that contains the following fields. The committee status field has five different statuses: Approved, Not Approved, Missing, Accepted.
I am trying to create a Flow that will send an email based on the various status.
I created a condition that would send an email based on the status. And it works great when the status field changes. However, it also sends an email when any field in the list is change.
Is there a way to isolate the status field only?
Hi Bridges,
So, unless I am mistaken, I believe you posted this under Microsoft Power Automate Desktop (PAD). This is a Power Automate Flow issue, so you may have better luck there, but I will take a guess.
Your “item”s are read as an entire row; therefore, when anything changes, your emails go out. You need to isolate the cell block in the row that is being changed. In PAD, we reference the first column in a data row as %DataRow[0]% where %DataRow% would be the variable identifying our current row and [0] represents the first column.
The syntax may not be the same for Flow, but seeing the word “item” makes me think that it is looking at the whole row.
Best of luck!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.