Workflow - Identity Attribute Changed Trigger Not Working

We have a custom workflow to manage accounts when a certain identity attribute change happens as shown below:

image
Identity Attribute Change filter: $.changes[?(@.attribute == “removeAccount” && @.newValue == “true”)]

This workflow has been working for quite some time already but since last week, we have noticed that the trigger is no longer working even though nothing has been amended on our side. The filter that we are currently using has been tested successfully with the JSON Path Evaluator too.

To test out if the filter was the issue, we also tested it with ‘$.*’ but the workflow was still not triggering despite the attribute change.

Can I check if anyone is also experiencing the same issue? Appreciate any inputs on this matter. Thanks!

Hi @mingsiewang

Filter looks good. Did you perform test your workflow by giving sample inputs.

Thanks
Krish

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.