Oct 23, 2022 09:18 AM
Hey,
New to Airtable here and can’t tell if I’m going crazy or I’m missing a trick. Hopefully the later!
I have a USERS table that captures NAME, COMPANY, EMAIL ADDRESS ETC when a user signs up. I have a Clients Table that holds further client info e.g. COMPANY NAME (Link to users table), USERS etc.
The problem I am facing is that I am trying to pull all email addresses of users associated with a COMPANY name, into a USERS field in the CLIENTS table.
Hope that makes sense, and any help is massively appreciated!
Oct 23, 2022 09:20 AM
See in the Clients Table where user1 and user 3 are in separate cells, but are part of the same company? I am looking to get both of those in the same cell.
Hope these screenshots make it clearer.
Oct 24, 2022 10:14 PM
Hi Oliver, I think you’d need to have a third table called Company
which would be linked to the Users
table, and its values would be the values currently in the Company
field in the Users
table
In the new Company
table, you’d end up with a field that would show all the emails associated with a single company, and you could then use lookup fields to pull it over into your Clients
table, does that make sense?
Oct 25, 2022 03:48 AM
This would 100% work for me. Could you advise what that would look like?
I just had a quick go and created the COMPANIES table, a field linked to USERS, looking at solely at the company field. I then have a LOOKUP field in the COMPANIES table looking at email address but it only appears to pull one through currently.
I guess I’m just missing the way to show multiple email addreses (users)
Oct 25, 2022 04:39 AM
Hm, in your Users
table, change Company
field into a “Link to another record” field and select that new Companies
table you created, that should do what you’re looking for I think
Oct 25, 2022 05:45 AM
That worked an absolute treat, thanks man!