I’m trying to search on a type of record but exclude ones that were created by anonymous users. I only want to count records create by users who are signed in.
In my Search I’ve added a constraint that says::
Created By isn’t empty.
But this doesn’t work. Records where Created By is blank still show up in my results…
Hello @matthew.walters !
I think bubble used to create guest session for anonymous maybe if you try somthing like : record’Creator’email is empty or do a search for user :filtered {this user is do a search for record ’ creator} it might works.
Antoine