Link two tables and show user image

Hi there,
I’m building a meeting app.
I have a data table for meetings that contains the users and the user’s image.
The user images are stored in the user table.
Now I want to create a RG with reference to the meeting table, but with my current setup the meeting table doesn’t show the user image. I guess that is the reason, why my RG also wont show the user image.
How would I reference those two tables (meetings, user) and create the RP that I can show the users image (multiple users possible)?
Thanks for your help!

Hi @stefan.h.link

By default, Bubble creates a privacy rule on the user table that prevents other users from accessing one’s data.

It’s a shot in the dark, but try to remove this rule and you might be able to see the user image then.

Best,
Arthur

Amazing - that was the solution!