I have an database ‘thing’ defined with one of the field (locationAddress) as geographic address. Now I am trying to manually populate the database with a venue’s geographic address I got from google maps (Hyatt Regency San Francisco Airport, 1333 Old Bayshore Hwy, Burlingame, CA 94010
) but that doesn’t work. Sometimes I get an error popup
(There was an error converting the address …) like below after I enter the address in the database and click submit:
At other times, after I click submit, there is not error popup but when I look at that entry in the database, I see that the locationAddress field is still blank.
I also looked at the forumapp3 (https://bubble.io/page?type=page&name=search_test&id=forumapp3&tab=tabs-3)
And the address is specified in the format:
San Francisco International Airport (SFO), San Francisco, CA 94128, USA
So I tried that address and my address in that format like below but none of them worked:
Hyatt Regency San Francisco Airport, 1333 Old Bayshore Hwy, Burlingame, CA 94010
1333 Old Bayshore Hwy, Burlingame, CA 94010
1333 Old Bayshore Hwy, Burlingame, CA 94010, USA
Could someone point what I might be doing wrong?
Thanks