Hi,
We have created Identity Attributes Changed Event Triggers and added the below filter.
$.changes[?(@.attribute==“postalCode”)]
But it triggers other attributes, patientCareLevel, and description, which are not part of the filer. So is there any way that it should trigger only filter value?
{
"_metadata": {
"invocationId": "37b95c4c-75d2-42b4-840c-c5ca58e64316",
"triggerId": "idn:identity-attributes-changed",
"triggerType": "fireAndForget"
},
"changes": [
{
"attribute": "postalCode",
"newValue": "80036",
"oldValue": "75036"
},
{
"attribute": "description",
"newValue": "",
"oldValue": null
},
{
"attribute": "patientCareLevel",
"newValue": "CC",
"oldValue": "MD"
}
],
"identity": {
"id": "2c91808581fdab25018212c87ec541c2",
"name": "7777777",
"type": "IDENTITY"
}
}