Sample App: US Zip Codes

I found a database of US zip codes that’s free for commercial use:
https://simplemaps.com/data/us-zips
It includes related data, like population, density, timezone, lat, long, etc.

I decided to build it into a quick sample app:

https://www.appsheet.com/samples/Sample-app-with-US-zip-codes?appGuidString=d6ab1dec-d053-4920-9c74-...

Feel free to copy and use the zip codes in your app.

NOTE: The Simple Maps site asks that you link back to them somewhere in your app.
https://simplemaps.com/data/us-zips

9 4 788
4 REPLIES 4

That’s fun, thanks for posting this resource.
Side note: you should turn on the pin grouping.

Good call, @Grant_Stead. Fixed!

Thank you @GreenFlux.
I especially like the use of the VC “SelfRef”
As far as I understand you are using it to get the image and zip together in the header column?
3X_1_a_1a1acce2c978c9101cd4e776c88f10eee4af8581.png
Very clever

Thanks! Yes, the “SelfRef” VC shows both the labels for the current record as if it were a child record.

So both the Text-Label and Image-Label show together as a single value, instead of in separate columns.

Top Labels in this Space