let's say a have 10 user properties (it's all BOOLEAN type, e.g has_condition=TRUE), i wanna create a custom user properties that concat all these properties when it's TRUE with a , delimiter, ignore FALSE, how do i do that?