Hi Airtable Community!
Problem: I'm having trouble adding a linked record to multiple records without erasing the data that is already in the cell.
Context
I've got one table of studies, and another table of people. Each person can be linked to any number of studies in a "Contacted" field. Sometimes that field is empty, if that person hasn't been contacted yet, and sometimes it has a few linked records (studies) in there already.
If I contact 50 people, I want to add the study I contacted them for to their record. If I copy/paste the study to the cell, this overwrites the existing data , so if there were 3 studies in there to start, I'll erase them if I paste in the new study.
What I tried
I made a field that concatenates the study name I'm adding with the study names already in the "contacted" field, and it comes out as text. If I then paste the text into the "contacted" field, voila, I have all of the records, or so I thought! Turns out this just makes NEW duplicate records of all of the studies I pasted and that's what is added to the peoples' records. I then have to go delete all of the duplicate, empty study records and I'm back to where I started.
My other option is to add the study to each of the 50 records one by one... which is what I've been doing. But it's not great.
So for my first question to this lovely forum is how to do better than that. How can I quickly add a study record to a ton of people's records at once without overwriting the existing records?