Hi all,
I believe this is the Bing Map API issue and would like to seek your all advice:
I got the address input and have it generated the city and state output using Power Automate. However, as you can see the example output below, the city is supposed to be Abbotsford but it keeps always getting Melbourne, which is wrong. Please let me know your thought on this issue as I read thru this topicbing map api return wrong locality(city) but seems no help and solution
"address": {
"addressLine": "601 Victoria St",
"adminDistrict": "Victoria",
"countryRegion": "Australia",
"formattedAddress": "601 Victoria St, Abbotsford, Victoria 3067, Australia",
"locality": "Melbourne",
"postalCode": "3067"
}