JSON Expression filter for Identity Attribute Change trigger

Hi All,

$.changes[?(@.attribute == “cloudLifecycleState” && (@.newValue == “leaverpriviledgedrevoked” || @.newValue == “leaverallrevoked”))]

I am using the above trigger in Identity Attribute trigger in workflow which does not work. Please help me with it.

Hi @ansh0307

can you try using below one

$.changes[?((@.attribute == “cloudLifecycleState”) && (@.newValue == “leaverpriviledgedrevoked” || @.newValue == “leaverallrevoked”))]

1 Like

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