I see only a few fields that can cause Azure DevOps to trigger a Power Automate flow - they're foundational fields like "Assigned to" or "State."
I want to trigger a flow when a custom Azure DevOps field is modified. Is that not possible?
Thank you @Expiscornovus ! You got me pointed in exactly the right direction, and I thank you for it!
Hi @sloughcow,
As far as I am aware you cannot check if the field has changed.
As a workaround you could check what the current value of the custom property is. That might reduce the number of triggers of the flow.
Below is an example of that approach:
@equals(triggerOutputs()?['body/fields']['Custom_ChoiceField'], 'Human Resources')
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492