Hello Experts,
As part of a POC using Lookup entities, I am trying to build a segment of audiences who are viewing any product which is priced more than $50. I have been using the below schemas:
- Luma Product Catalog Schema
- Luma Web Events Schema
Luma Web Events Schema has a SKU under "productListItems" which refers to the SKU (primary identity) field of "Luma Product Catalog Schema".

I have gone through the data ingestion process for the dataset related to "Luma Product Catalog Schema". Below is the snippet of it. For testing purpose, I am using the below highlighted product details, as its price is more than $50.

The segment rule I have created is as shown below:

After configuring all these, when I am triggering the event by passing the correct SKU (no price information is passed in the event), I could see the event in AEP correctly tied to the profile, but I am not able to see the profile under the segment as the product price is more than $50.
Any idea why I am not able to make this segment work?
Thanks a lot in advance.