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.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.