An Expression Question

The logic for this expression is like: If the product's status is listed, and its category is in the current user's interested tag(an Enumlist column of selection of different categories interested), display this product on the page. But this expression does not work as supposed. Any ideas about how to fix it? Thanks.question.png

Solved Solved
0 6 204
1 ACCEPTED SOLUTION

In your expression, please try to change the LOOKUP( .......) part to 

SPLIT(LOOKUP(USEREMAIL(), "User", "Email" , "User Interested Tags") , " , ")

View solution in original post

6 REPLIES 6
Top Labels in this Space