Hi.
I built a simple flow which checks every time an Azure Devops Work Item is updated.
There isn't any condition configured, and the only advanced parameters it checks is:
1.the type, which needs to be "Bug"
2. the area path comparison and iteration path comparison, which needs to be "Equals", and I can't remove these parameters, they always come back when I try.
When I monitor all bugs being updated and compare with the activities triggered of my flow, it doesn't match, there are a few work items that aren't triggering my flow.
How can I fix that?