How to Filter Data Based Off User Relation to Another Data in Xano

This is what I see. It requires an authentication token but does not generate one.

I selected a user and it has generated one. Now I am getting this error

Somewhere in your function stack an input is missing. Why are you using email and password to get the logged in user family_group?

I don’t know what you mean. This is what I have.

I have kept things the default and I have turned on the authentication since you said that I needed to

You’re in the wrong endpoint. You need to be doing this on your family_groups endpoint.

You can’t have authentication as a requirement on your login endpoint. Otherwise, you can’t login :wink:

I have changed it for the Family Groups and did a Run and this is what I see

Try this instead.

auth.id IN family_groups.allmembers

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.