I am looking to trigger the workflow when the mail attribute is changed on the AD
So sourcename=“AD” and $.changes[?(@.attribute == “mail”)]
My trigger here is incorrect. JSONPath - $[?(@.source.name == “Active Directory”)].changes[?(@.attribute == “mail”)]
Hi @KirtiSikarwar ,
I have created a similar workflow were I have used identity attribute change trigger.I have created a identity attribute called AD mail and mapped it to mail attribute in AD.So when the AD attribute is changed it will in turn change the identity attribute thereby it triggers the work flow,Try this way!!