I have a DB with names, zip codes, etc. It dawned on me that with this info I could create links to services making the data more useful.
Example, I have zip code so I can create a link to be able to see the weather at a client’s city so we can talk about the rain…
“https://www.wunderground.com/weather/”&Zip does this very well - where Zip is my field for zip code.
Trying to set up a similar link to search Google News - see if my client has been in the news lately.
The URL https://www.google.com/search?q=“davis+love” returns all the Google listings for “Davis Love”
When I try to build the formula I get errors.
“http://www.google.com/search?q=”&{Co Name} only recognizes the first word in the text string. So if my prospect is Davis Love I only get the google search for Davis.
AirTable is truncating the URL at the space between “Davis” and “Love.”
The formula generates: http://www.google.com/search?q=Davis
The issue is not the + sign. If you put the URL into your search bar without the + Google figures it out for you.
I have tried adding quotation marks and slashes. Nothing seems to help.
Advice, please?