Hey,
Currently working on an app where I have a sharepoint list with several locations accompanied by the latitude and Longitude of where it was logged. Right now I'm attempting to get all of them displayed on a bing map at the same time. While this is possible with a table that has the locations hard scripted in there. With this methode I can simply concat the latitude and longitude and have them all displayed at the same time?
Following the guide of Reza Dorrani ( Power Apps Bing Map Component ) the following code is able to display them all at the same time based on a table()
Concat(BingMapsComponent.Pushpins, "&pp="& ItemsLatitudes& "," &ItemsLongitudes & ";" & IconStyles& ";" & ItemsLabels)
Is there a way to get the ItemsLatitude and ItemsLongitude straight from sharepoint and dynamically?
Thanks in Advance
// Thomas

Report
All responses (
Answers (