I have an array of products (each product being a dictionary of key/value pairs) on cart, checkout and purchase events. I know we can do min/max, add, subtract and other math on these properties, but I am struggling to use the other functions like REGEXEXTRACT to transform values of the products in the arrays. Is this possilbe?
Here's what I have currently, and it generates an error when using in a chart:
REGEXEXTRACT("PROPERTY('Products.primary_category.parents', 'event')", "(\[{name=)[^,]*")
Here's a sample of what the source value look like:
@Mihai_Radu @Mihai Radu @Mihai R