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")]
This did not trigger the workflow.
In theory this would work but I need it to do use other attributes for other things.
