Hello,
I am looking to filter events for trigger “source account created”. Looking to trigger the workflow only when active directory account is created.
I am not sure why this is not working. I tried both json path filter below:
$[?($.sourceName == “Active Directory”)]
$[?(@.sourceName == “Active Directory”)]