Describe the bug:
Filter not working on Collection items when “Screen” values are used in the filter configuration
How to replicate:
*Let’s say you have 3 tabs. The first tab is Customers and 2nd one is Products that you sell.
When you open the detail page of any item from Customers tab, then add a collection of Products, and set up the action when “Item clicked” to add a row to the 3rd tab which is basically a shopping cart, that contains columns: Products ROW ID, Customer email.
Then in customers tab you make a relation to relate by Customer email any products that contain the same email address, then you add a column in Customer tab Joined List to get the full joined list of all items related to this customer email. The issue comes when I try to filter items to show only those which are not included in the joined list already (on Screen value)