Airtable/airtable.js

Table reference behaviour returns a record from another table

chhuang opened this issue · 0 comments

This code returns a record from Table B even though I've set the query to Table A specifically, is that a normal behaviour?

base('Table A').find(SOME_ID_FROM_TABLE_B)