Allow map list inside portal
J
Jeff Miller
Is this for displaying a map?
Maps can be displayed by generating a "Google Maps Embed" URL in Airtable and using the Embed block to display it.
Airtable formula (sample):
"https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY=" & SUBSTITUTE({Address 1}," ", "+") & "+" & SUBSTITUTE(City," ","+") & "+" & State
You need to generate a free API key for use with Google Maps. You can find out more here: https://developers.google.com/maps/documentation/embed/get-started