Seeing / creating Auth table links in formulas (supabase)

Hi! I’m a newbie to WeWeb (but decently versed in Supabase), so apologize if this is dumb, but I can’t figure out across all the docs.

I’ve got Supabase auth successfully setup (and can see the core user data in the auth tab in weWeb), collections with multiple Supabase tables, etc. But when I goto reference the user themself in formulas, it shows null data. I am trying to pull a field from another table, based on its link to the user in the auth table, and can’t the auth match… see below screenshot to see where I’m talking about. Very thankful for any help!

I’ve been able to use by logging in to my account - is that the best practice?

Hi, I can’t see exactly what is happening in your project, but it looks like you’re not authenticated at all since isAuthenticated = false. Are you using two auth plugins? Can you try to log in with the actions from the plugin? Is the RLS configured to prevent logins?

Thank you Dan for the response! yea, once I logged in I was able to use my own profile’s data, but is there a way to test with other user data (without having their password), to ensure it’s working properly across accounts

Did u make a sign up/login page? At somewhere maybe u’ve created a workflow to signup the user, or just a workflow to sign in the user if u’ve put the user manually inside supabase auth

Maybe its an error at this workflow where it should have the “supabase | sign in” action

if u dont have a sign up page with the “supabase | sign up” action, i recommend u to just use the supabase auth basic sign up page to make ur users since the supa auth make all the work for this.