Filter Native Change Detection Trigger on distinguishedName

I am using the Native Change Account Updated trigger for a workflow, but I don’t want the Workflow to run every time it detects a change. It is only to trigger when the distinguishedName attribute in AD is changed. I notice you can a filter in the Trigger. Any ideas how to achieve this?

Hello @mnugent ,

Can you please try the following:

$[?($.singleValueAttributeChanges[?(@.name == "distinguishedName")] && $.source.name == "Active Directory")]
1 Like

You can choose to only manage the distinguishedName attribute by going to the Configurations tab in your Active Directory source:

This did not trigger the workflow.

In theory this would work but I need it to do use other attributes for other things.