Hello,
I have a simple use case but couldn’t find the answer.
I have a simple array of collections. Each collection has and “id” and an “email”.
I’d like to create a filter that checks if there is a collection where email = “myemail” and id = “not empty”, both from the same collection.
my current filter doesn’t work because it looks for all collection to find “myemail” then all collections to find a “not empty” id. The id might not be from the same collection.