Can you share a screenshot of your setup? You should be able to use a :mergedwith function, so the data source would like like Search for Cars (constrained to current user) merged with Search for Cars (constrained to admin) sorted by Created Date.
Where do I go from here? I enter another search to look for Cars created by a user with Admin=yes? That throws a red error when I try to do that. screenshot:
Perfect! Thanks! I think I get this now - if the field in my database is not a list then when I use constraints I have to state “first item”. If the field is a list, I wouldn’t need to use “first item”. That’s why the error was talking about expecting a list - it wasn’t talking about expecting a list in the repeating group, it was talking about expecting a list in the database field.