Hi team, I am trying to add filter in my identity attribute changed trigger when I am using this but getting json error . For personalResidential and 2 other attributes I want new values should be true then only it should hit .
Filter I am trying to use : $.changes[?(@.attribute == “accountLocked”||@.attribute == “isallagencyAccess”|| @.attribute==“isparentorganization”|| @.attribute ==“organization”|| @.attribute ==“producerStatus”|| @.attribute==“organizationId”||(@.attribute == “ispersonResidential” && @.newValue==true) ||
But as per the trigger, it’s not seeing the data type of the value. Like this is just checking the value which is given by you and the thing which is present in the json, matches.