Query filtered with Authentificated User ID not working properly

Database & APIs

Hello, I have a simple ItemList that gets "profile" rows from Supabase – the table has a column called ownerd_id which stores an uuid of the authenticated user. I want to display all profiles except the one of the authenticated user. See the query attached.

What am I doing wrong?

Thank you very much.

What have you tried so far?
  • Without the filter, the query correctly displays the data of all profiles.

  • If I add the filter for Auth. User ID: there are no rows.

  • If I filter for an email address, which is both a column in the profile table and a property of Flutterflow, it works as expected—it shows all rows except the one of the authenticated user.

I also checked the supabase policies but haven't found anything.

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies