Airtable does not give any automatic way to delete linked records upon removing a link. It would be a very nice feature to have in Airtable. Other database languages such as FileMaker give the option of deleting linked records automatically. You may want to add this as a product suggestion in the #show-and-tell:product-suggestions topic.
Most people manually delete those “orphaned records” from time-to-time during a cleanup process. You can create an additional view in that linked table that is filtered to show you only the records that don’t have any active links. Then you can just select all those records and delete them.
Otherwise, you can probably create a JavaScript to do this, but you’d manually need to run the JavaScript as well.
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
Airtable does not give any automatic way to delete linked records upon removing a link. It would be a very nice feature to have in Airtable. Other database languages such as FileMaker give the option of deleting linked records automatically. You may want to add this as a product suggestion in the #show-and-tell:product-suggestions topic.
Most people manually delete those “orphaned records” from time-to-time during a cleanup process. You can create an additional view in that linked table that is filtered to show you only the records that don’t have any active links. Then you can just select all those records and delete them.
Otherwise, you can probably create a JavaScript to do this, but you’d manually need to run the JavaScript as well.
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
Thank you, this method will mostly solve my problem!