Back to All

custom attribute value is not changed

I am using a custom attribute named case_no and set the attribute with a value like below and pass it as a parameter to the webhook. When i receive the params in my webhook i could see the attribute case_no: "Anything" which i defined at first and not the value which i set to the attribute.

[setAttribute case_no=222]

Expected:

case_no: 222 but it shows as case_no: "Anything"