Hi, I need some help setting user properties. I can set text properties fine, but boolean properties are not working. If I set it to false in the website, then sen a value of 'false',it sets to false. In fact sending any string to the API sets it to false. If I send true, it doesnt get set to true and stays false.
Regardless of what I set as the value, I get success from the API, even if i send a value of 'blue', which doesnt make much sense.