Trying to get display Name from a Foreign Key

Shared with Droplr

Is there a youtube tutorial on this. I feel like it's fairly simple, it's been asked a good amount but I can't find a solution.

HI there @kauthon,

You're screenshot is blurry, would you mind resending and providing more input into what you're trying to achieve? If what you have is a table with a foreign key and you want to map it to your name, then here's a Youtube video I made where I go trough how to achieve that, basically you have to:

  • Create another query with your name and id that is being referred to in the table (make sure it is formatted as array)
  • Map your table value (as string) to find the name on your second query.

And that should be it!

1 Like