Forum Discussion
Peter_Verweij
5 years agoRegular Visitor
BING API INVOKE FUNCTION
Hello, I am struggeling with to get the LAT and LONG from the BING API. I am following this video: https://www.youtube.com/watch?v=uZoH4wITCH0 But at 11:45 when i invoke custom column i get an ...
- 5 years ago
The Web.Contents call needs to be modified slightly. Try this (I tested this on my own PC and it works)
BINGKEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", Bron = Xml.Tables(Web.Contents("http://dev.virtualearth.net/REST/v1/Locations?countryRegion=Netherlands" &"&AdminDistrict2=" &Place &"&postalCode=" &Postalcode &"&addressLine=" &Adres &"&o=xml&key="&BINGKEY)),Regards
Phil
PhilipTreacy
5 years agoSuper User
The Web.Contents call needs to be modified slightly. Try this (I tested this on my own PC and it works)
BINGKEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Bron = Xml.Tables(Web.Contents("http://dev.virtualearth.net/REST/v1/Locations?countryRegion=Netherlands"
&"&AdminDistrict2=" &Place
&"&postalCode=" &Postalcode
&"&addressLine=" &Adres
&"&o=xml&key="&BINGKEY)),
Regards
Phil
Peter_Verweij
5 years agoRegular Visitor