Apr 03, 2019 12:04 PM
Apologies if this question has been answered somewhere else! I couldn’t find anything in the topics section.
Basically, I need to add new selections to a multiple select column within a particular view. I can’t copy/paste because each row has other unique tags (It won’t let me add an image. Hopefully this makes sense).
It need to work so that when we send a new book out, the column will contain the books they’ve been sent + the newest book without having to add in several hundred manually one by one.
Anyone know how to do this? Thanks for your help!
Apr 03, 2019 07:20 PM
Let me see if I understand your scenario correctly. It sounds like a book club, so I’m going to call it that for the sake of this example. If I’m off the mark, let me know, but that’s what it sounds like so far.
When a person joins the club, they start receiving books on a regular basis. The older someone’s membership is, the more books they’ve received over time, and you want to track the specific books that each member has been sent. When a new book is sent out, you want that book to reflect in all members’ records without having to manually add it one record at a time.
Is that an accurate(ish) assessment of what you’re trying to achieve?
Apr 03, 2019 08:11 PM
Add formula field that lists the linked books, then adds the new book at the end of it: {Books}&', Name of New Book'
Copy and paste the formula column into your multi-select column.
You’ll have to do this with each time, and this assumes each person gets the same book at the same time, but this preserves each record’s unique tag combination
Apr 04, 2019 08:45 AM
Thanks so much, Kamille! This will work for what we need.
It would be ideal if there were a more straightforward way—this makes sense to me but it might be more difficult for me to hand off to an intern, for example.
Apr 04, 2019 09:49 AM
You might be able to do this with Integromat
[Books]
table will need a {Created Time}
field, use that field as the triggerApr 05, 2019 07:34 AM
I think there is a quick and dirty way to do this(how I usually modify my multi/single select lists).
Create X number of new blank records(or let it auto expand and fill)
paste a list of values into the multiple select field and they will be added to the list
delete extraneous records
CTRL-V
delete records
Voila
Jun 10, 2019 07:48 AM
I have the same question, and can’t find a good answer in these answers here. We have lists of “Manufacturers” to put in from time to time. 100s of them depending on industry. We’d like a simple way to copy/paste lists from text files (each name on a new line) as it’s possible in Google Sheets or Excel. In Airtable one has to “add an option” manually, which is fairly silly. Any ideas how to do this without creating another table?
Jun 10, 2019 09:06 AM
If you just want to add a bunch of new possible selections to a Multi/Single-Select field, what’s wrong with @Mike_McLaughlin’s solution above? It seems like it does what you want, you just have to delete the extra records afterward which can be done in two clicks