Hello! I’m relatively new to Airtable. I have a view that has columns that are lookups from other tables. When I pull the table data into a web app that I’m building, I get what looks to be random string references anywhere a lookup or linked value is. If anyone has thoughts on how I can grab the value of that field instead of the reference, I’d be super appreciative.
Here is an example of my code:
When I have the results returned to me, and I get a field value for a non linked or lookup column like this:
response.data.recordsei].fields.Date
I get the date, as expected. But if I reference a linked or lookup column, like this (the Project column is linked to the projects table…):
response.data.records.i].fields.Project
I get something like this returned:
recNmHYjQBITjdJdb
rather than the string of the project’s name.
Any help or advice is super appreciated!