In the picture: I created a simple Apps Test with two lists: the top list have no filter and the bottom list have this Midwives>User>Email > is equal to > empty filter. I expect to get only three results in the second list but I got the same Top list.
What Flawless said should work! I tested this too but unfortunately it didn’t worked. I guess this is a bug in Adalo side because after grouping the components inside the list and putting the condition there worked!
The exists construct returns true if the argument subquery is nonempty.
Find all customers who have a loan and an account at the bank. select cname. from borrower. where exists (select * from depositor. where depositor.cname = borrower.cname)