I’m seeking a way to protect from records becoming accidentally unlinked (or at least being able to relink them again).
Example scenario:
Let’s say table1 in db1 (table1.db1) is synched as table1 in db2 (table1.db2) and table2.db2 is linked to table1.db2. If table1.db1 gets filtered and synch’ed to table1.db2, the missing records will get unlinked in table2.db2. And I see now way to relink them again easily.
The solution here (“If a record is removed from the destination table, that record will unlink from any linked record fields to that table”): Sync FAQs – Airtable Support
does not protect from the main db admin from accidentally filtering the main table (table1.db1).
Is there some way to store the record ID of a linked record in table1 within the linked record in table2 (e.g., with a script)? This would then make it possible to at least repair the links after they’ve been broken (and after fixing the filter in table1.db1).