hi!
When retrieving linked field in the API, described as “array of record IDs (strings)”, you get only the ID of the record. Which is particularly useless as the api would ask you to make a completely new request to retrieve the data!
Imagine we have a linked table called People with a Name field
Wouldnt it be useful if we could do smtg like “People.value(Name)” to retrieve the content of this array?
Is it gonna happen someday?