ngocnicholas / airtable.net

Airtable .NET API Client
MIT License
141 stars 34 forks source link

look up tables #41

Closed MannusEtten closed 3 years ago

MannusEtten commented 3 years ago

in airtable you can have lookup tables so i will give an example:

table 1: id - name - place - country 1 - adrian - paris - le france 2 - thierry - valence - le france 3 -kostas - athens - greece

table 2: country abc - le france def - greece

what happened if i use your library to read table 1 is the following:

1 - adrian - paris - abc 2 - thierry - valence - abc 3 -kostas - athens - def

how can I change this into the real values from the look up table?

ngocnicholas commented 3 years ago

Please go to to https://community.airtable.com to find your answer.