Show image from a relation on app

Hello community!

I try to display the nationality flags of my players next to their names.

To do this, I made :

  • a “flags” table with all the nationalities and all the flags
  • a “players” table with the players names and nationalities first letters (EN, FR, US etc.)

I have a relation on my “players” table to get the flag and it’s cool. But I don’t find how to show this data on my app, maybe because it’s a relation ?

If you have any idea, tell me please :slight_smile:

Capture d’écran 2023-01-15 à 20.39.53

Best

A relation is a link to a row. Not a column. If you need a specific column from the relation, add a Lookup column.

Thanks, it works :slight_smile:

1 Like

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