Ctrl-C
/Ctrl-V
works fine to create a new linked record by pasting a value into a linked record field for the first record created. If the user attempts to add a second linked record through copy/paste, though, the second record replaces the first instead of creating another linked record.
My preference would be for Airtable to pay attention to how the linked-record field is configured: If โAllow linking to multiple recordsโ is toggled off, subsequent copy/paste actions should replace any existing record; if it is toggled on, subsequent actions should result in the creation of additional records. However, implementing such functionality at this point would likely disrupt existing bases, so Iโll for the next-best thing: A keyboard shortcut (Shift-Ctrl-V
, perhaps?) to paste a value into a linked record field that will always[1] result in the creation of a new linked record.
- โฆwith one exception: If the field is configured not to allow linking to multiple records, and a linked record already exists, pasting a value into the field using the new shortcut will not result in a new record being created. What does happen, Iโm not sure: One possibility would be the new paste action overrides the existing linked record, the same as if the user had pressed
Ctrl-V
. I donโt think I like that: Since the user intentionally selected the โadd a recordโ shortcut, presumably replacing an existing record wouldnโt be acceptable. Iโd prefer Airtable generate an error message saying that links to multiple records are not allowed. Should the user wish to replace the existing record using the new value, he or she can simply respond to the message by pressing Ctrl-V
.