Forum Discussion
spinman
Nov 26, 2019Copper Contributor
Send email when a specific column is changed to yes
I have a SharePoint Online List with a column choice type that has (Yes, No, N/A). I want the flow to check off only when the column equals Yes. I have tried a number of ways to get this to work an...
Nov 26, 2019
You will need another flag to use to mark on the item so you can use a condition to not fire when it has that condition. For example I have a flow that stamps pdf's when their approval status is approved. I then stamp the document and in the same flow Mark a "Stamped" column to Yes.
The Condition is set to look for When Item status is Approved AND Stamped is not Yes. Etc.
There is a number of things you could use or search for, but you need something there to tell it not to run after that flow runs.
The Condition is set to look for When Item status is Approved AND Stamped is not Yes. Etc.
There is a number of things you could use or search for, but you need something there to tell it not to run after that flow runs.
- spinmanNov 29, 2019Copper Contributor
ChrisWebbTech thanks for the idea. So I created another column in the list called "LC Flow Run" and its a Yes/No with default set to No and when the flow runs I want it to email and then set the LC Flow Run to Yes. Below is how I have the flow configured but I can't seem to get it to successfully run. Below is the flow I have. Any ideas what I have wrong?
- Nov 29, 2019That Trigger condition must be true for it to run, so it needs to be No, since you want it to run when No and then your flow changes it to yes so it doesn't run anymore :P.