Mar 04, 2021 12:08 PM
Who knows how I can organize this?
I have two tables:
Now i want to automatically add the name of a new member to the first open spot of the particular group.
For example, if Joe is the 5th member signing up for Group X, then his name should automatically appear in column five of that group.
Is this possible?
Mar 05, 2021 10:44 PM
Mar 06, 2021 02:42 AM
Hi @Harold,
I’m not sure why you are trying to do this but you could be modeling your Group and Member relationships incorrectly. Take a look at this article.
-Raminder
Mar 06, 2021 10:09 AM
This is possible with a scripting automation. With the base structure shown in your screen shots, it is not possible without code.
However, I suggest that you investigate a different base design. Your table structure looks like you are familiar with spreadsheets. Despite the visual similarity to a spreadsheet, Airtable is not a spreadsheet–it is a database. Here is some food for thought:
By the way, based on your screen captures, it looks like you have a one-to-many relationship, not a many-to-many relationship. One group can have many members, but each member belongs to only one group.
Mar 08, 2021 12:02 AM
Thanks @kuovonne and @Raminder_Singh.
A member can only belong to one group. And i’ll need all members of a group in a seperate cell. So based on the reply of @kuovonne i’ll need some scripting automation then. Are you familiar with this? Or should i move this topic to another section then?
Mar 08, 2021 08:07 AM
Do you want to write the script yourself or do you just want working code?
If you have budget to hire someone to write the code, you can read about my approach to custom script development on my website.
Mar 08, 2021 11:27 AM
I can’t write it myself, so I’ll take a look at your site.
Or does someone here have a ready-to-use script available for this?