Skip to main content
Question

how to use Google adress api to validate adress column or records

  • September 21, 2023
  • 1 reply
  • 24 views

lakshmi_narayanan_t
Discovered Fame

I want to validate the address column by using google address api  how to do that .
this is my record :
 

I want to validate the address .how to do any one can help this scenario.

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • September 21, 2023

@lakshmi_narayanan_t 

 

Can you please try like below 

 

https://maps.googleapis.com/maps/api/geocode/json?address=${record:value('/address_column')
 


Reply