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
i have set up nodejs and did block run. then i copy the url in App Url field and i get
Can‘t connect to your local app, did you block run ?
https://localhost:9000/ on local comp is working
i have now this code
const selectedRecord = useRecordById(tableCustomers, selectedRecordId ? selectedRecordId : 'recSlhi5qVG6mNLdQ');
const linkedRecords = selectedRecord.selectLinkedRecordsFromCell(fieldRP);
console.log('selected')...