how can i show linked records for a selected table record that changes dynamicly when i select/deselect rows?
i can get selected row ids from cursor, but i am struggling to to select and show linked recods
how can i show linked records for a selected table record that changes dynamicly when i select/deselect rows?
i can get selected row ids from cursor, but i am struggling to to select and show linked recods
Best answer by Kamille_Parks11
Uncaught TypeError: (0 , _ui.useState) is not a function
now i get this. looks like useState is not in API docs :frowning:
useState() isn’t in the Airtable APi docs because its a part of regular ol’ React, and not unique to Airtable.
You may have to do
const linkedRecords = useRecords(record.selectLinkedRecordsFromCell(field))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.