Help

Link between Bases

Topic Labels: Base design
204 5
cancel
Showing results for 
Search instead for 
Did you mean: 
Scott_Brasted
7 - App Architect
7 - App Architect

I have a table of all USPS zip codes and their respective cites and states. It has over 33,000 records. I would like to be able to use it in another base without having to copy it into the other base which causes it to go over its record limit.

Is there a way to do this?

Thanks, Scott

5 Replies 5

If you'd like to use it with linked records, lookups etc, I'm afraid the only way to do it is to copy/sync it to your other base

Alternatively, you could try automations with API calls in your other base to grab the data in your zip codes table?

ScottWorld
18 - Pluto
18 - Pluto

Sure, you can communicate between bases by tapping into Airtable’s API.

This can be done in at least 3 different ways:

1. High-code: Write your own custom Javascripts.

2. Medium-code: Use the DataFetcher extension.

3. No-code: Use Make’s advanced automations for Airtable.

Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld 

Dan_Montoya
Community Manager
Community Manager

there may be other ways depending on your use case.  For example, you have a single zip code in base A and want Base B to return the city and state.  Create a sync from a to b with just the one record you want to lookup and empty city and state fields. When the record syncs to base b have base b update the state and city fields. 

That's a great suggestion from @Dan_Montoya.

Note that this would require two-way syncing, which requires being on a business plan or an enterprise plan.

You could probably get it to work with one-way syncing as well, but that would require a much more convoluted setup.

Brian_Sweeny
6 - Interface Innovator
6 - Interface Innovator

I would suggest using the new Airtable AI feature to look up zip codes, especially if a couple of mistakes wouldn't be system critical. - Brian