Hi all,
I try to filter rows in Products table where thisrow is among the Products multiple select lookup column of other table in its rows there a Boolean column = true.
I know the rows type of output won’t match with a text, this is why I tried with both keeping the Row method and also the .totext method (exact formulas are at the bottom), but both returned 0 rows.
I think your approach is correct, the only little issue here is with the outcome list.
Being a multiple select, the Tastings.filter(...).Products returns a list of a list of products
You just need to flatten them in a list of products through ListCombine().