Spreadsheet formula on CloudSQL

rommel
New Member

Hi I want to Geocode an address field from my dataset, and this thread proposes an interesting solution using AppScript. Is there any way that I’d be able to use the Spreadsheet formula functionality if my data is living on a MySQL db?

Thanks!

0 2 131
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Not easily. Your AppScript would have to connect to your database.

Hmm, not necessarily. I think a GAS could GET Appsheet’s API, do the calculation, then POST back.

As far as connecting a GAS to SQL, see here:

Or you could look into Google Cloud Functions if your database is on Google Cloud.

Top Labels in this Space