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.
Solved! Go to Solution.
In your expression, please try to change the LOOKUP( .......) part to
SPLIT(LOOKUP(USEREMAIL(), "User", "Email" , "User Interested Tags") , " , ")
User | Count |
---|---|
16 | |
8 | |
6 | |
3 | |
2 |