
Hi,
I am trying to make an address search in powerapps using a combobox like the address search in a SharePoint list. I attached an Image of the address searchable drop down list when creating a new item.
I tried to use the bing search connector but I couldn't find a function.
Thanks
Hi @AKind ,
Do you want the feather of location column in sharepoint list?
I'm afraid it's not supported in powerapps currectly.
1)location type in powerapps is read only. So this feather could not be used directly in powerapps.
2)bing maps and bing search do not support feather like this
bing maps actions:
| Get location by address |
Get the location information associated with an address. If no location is found, an empty result will be returned. |
| Get location by point |
Get the location information associated with latitude and longitude coordinates. |
| Get route |
Calculate a route using waypoints. |
| Get static map |
Get static map. |
| Get static map [DEPRECATED] |
This action has been deprecated. Please use Get static map instead.
|
bing search action:
| List news by query |
Returns a list of news articles for a given query. |
Here are docs about these two connectors for your reference:
https://docs.microsoft.com/en-us/connectors/bingmaps/
https://docs.microsoft.com/en-us/connectors/bingsearch/
Best regards,