Jul 19, 2021 07:07 AM
Hello! I have two tables: visualSKU and visualSKUTypes. Column “type” in visualSKU linked to visualSKUTypes. How can I get full query of linked table?
Instead of record id in “type” I want to get full data of visualSKUTypes:
Jul 19, 2021 10:49 AM
Welcome to the Airtable community.
Airtable is very different from other databases in how it handles data in linked tables. There are two ways of getting info from a linked table in the api:
use lookup and rollup fields to bring the info from the linked table into the current table.
do a read of the second table and match data based on the record ids
Jul 24, 2021 09:32 AM
Welcome to the community, @Danik_Yurkevich! :grinning_face_with_big_eyes: Did @kuovonne provide the answer you were seeking? If so, please mark her comment above as the solution to your question. This helps others who may be searching with similar questions. If you need further help, please let us know. Thanks!