I want to trigger a flow when a work item is updated to a certain state. However, once that work item is in that state, I don't want it to trigger anymore.
I was hoping to do this by having a way to compare "old value" versus "new value", but didn't see a way to do that.
For example, trigger when a work item is transitioned to the "Proposed" state, but once in that state, if the work item is updated with comments, etc, I don't want the flow to trigger.
Thoughts?