Why doesn't it show this simple relational field?

I have a list of newly created ‘pebbles’ sorted new to old.
A pebble has a maker, which is a relation with the users table.

Now I want to show the maker’s name here (which I can select through this):

For some reason it shows the name of the pebble, but not the name of the maker:

I tried all kind of things to figure it out, but for some reason I cannot show the makers name here. Who can give me a hint in the right direction?

Thanks! :pray:

Can you re-screenshot the first image. I need to see the relationship. I have a feeling it’s many users to one and that could be the issue. If it’s many “makers” in that collection then you would have to set that text as a list and then filter it to current collection

1 Like

Hi @Toms,

Since I have access to your app working with you, I checked the app and the issue is that the Maker is empty for the above pebble displayed in the screenshot!

Fill the Maker relationship property with a user record and you will see the Maker’s > Full Name after you preview the app!

Thank you

Hi @dilon_perera, thanks for that hint. Apparently, this maker had deleted her account, which messed the app up. I didn’t check that, so thanks a lot for pointing that out to me!

1 Like