Is there a way to use a profile/customer attribute value in a condition for an event property and vice-versa?
Imagine an event named “Product added to wishlist” with an attribute such as
{“product_category”: “hats”}
How can I use the value (“hats”) to compare it against an array attribute of the customer in segment conditions or workflow True/False branch logic modules?
Assume the customer has a a property of
“most_favored_product_category” : “gloves”
So far I wasn’t able to use liquid to do so, but any help would be welcome.