Jsonpath filter for trigger lifecycle state change

Hi @torry_salamat ,

For the Identity Lifecycle State Changed trigger, you can use the following JSONPath filter and tweak it as needed:


$[?(@.newLifecycleState == 'active' && (@.oldLifecycleState == 'inactive' || @.oldLifecycleState == 'preHire'))]

hope that helps!