Trying to figure out whats the issue here or what am I doing wrong. I want it to only work when the product is on the list of products of the asset.
I got a type products and a type asset with a field product, list of products. How can I tell bubble, when x product is in the list of products of the asset do this…
@Jici Hey thanks for the reply it works but its not what I am trying to figure out. I guess if its the only way to do ill go with it. I would like to be able to match the product by its name or its ID, not by its rank on the product list. At the moment, I just did item#4 and it works…
Right now it says only when: current page asset product contains search for products item#4
I would like something like current page asset product contains search for product name=tier 1
But its not allowing me to do that. Do you know why?
contain will check for 1 item, not a list of item. When you do a search for, this return a list of item. Maybe you need to use :intersect with :count > 0?