Jul 28, 2019 11:53 PM
When you input a not existed value in a linked column. A new record would be created in the linked table. How can I stop it from creating new records automatically?
Jul 29, 2019 07:32 PM
Welcome to the community, Cheng! :grinning_face_with_big_eyes: This feature can’t currently be disabled. It’s always going to create a new record in the linked table if the item you enter doesn’t already exist.
Can you describe more about your use case where you wouldn’t want that behavior to happen? Maybe there’s another way to structure your base to achieve what you want.
Jul 29, 2019 09:17 PM
Thanks for your response Justin.
I need to copy user names from a Google drive spreadsheet. And some names may be slightly different from the one in the linked table. I would prefer airtable leaving wrong names as blank rather than creating a new record in the linked table. Is there any solution?
Jul 29, 2019 10:19 PM
You can import to a different column, edit the usernames if needed then copy the whole column to the link column after processing.
Regards,
Alex
Jun 15, 2021 09:28 AM
incredibly annoying! Please make this a feature, I’m editing a table for 1 hour now and I don’t actually know how many accidently created rows I had to delete in that time. PLEASE consider this feature request, @Justin_Barrett - or if that changed (I couldn’t find anything) please tell me how to do this. that would be a very simple checkbox which would smoothen my editing experience greatly.
Jun 15, 2021 09:58 AM
Welcome to the community, @Axel_Bock! :grinning_face_with_big_eyes: I’m just a fellow user like yourself. My badge & label just indicate that I talk a lot, and sometimes it’s helpful. :winking_face: While there is a feature requests category that Airtable staffers peruse on occasion, the most reliable way to get your request in front of Airtable devs is to contact Airtable support directly.
Jun 15, 2021 10:32 AM
Make the primary field of the linked table a formula. Airtable will not be able to create a new linked record automatically when the primary field is a calculated value.
Mar 08, 2022 02:21 PM
Thanks I was trying the reverse of this post - to allow creating linked records to happen as they were not for me - I’d created formula ‘1st column’ items and I couldn’t new records and was wondering why - many thanks
Jul 12, 2022 03:07 PM
Any idea why I am getting duplicate records when I am linking from one table to another. The record exists, but AirTable is creating a record like it does not. Am I doing something wrong?
Jul 12, 2022 06:16 PM
Hi,
Check extra spaces in field value.
If not, try to copy-paste both values into some record text fields and compare by formula (create new temporary table for that, if needed) . Sometimes it display value in a strange way, where & char present in text, containing line breaks.
Anyway, it’s a very useful feature, which can be used for grouping, find and mark duplicates, bulk dedupe or compare two arrays of values.
Another way to stop creating new records, besides calculated primary field, usable for temporary use before copy-pasting into link field - to set table permissions ‘Who can create records’ to ‘nobody’