ansh0307
(Anshuk Sagar)
1
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.
rkhade
(Rakesh Khade)
2
Hi @ansh0307
can you try using below one
$.changes[?((@.attribute == “cloudLifecycleState”) && (@.newValue == “leaverpriviledgedrevoked” || @.newValue == “leaverallrevoked”))]
1 Like
system
(system)
Closed
3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.