Hello,
I'm following the instructions here: https://powerusers.microsoft.com/t5/General-Discussion/Google-map-and-pin-in-PowerApps/td-p/3209/pag... and can create the map and such without issue. I even have Location.Latitude and Location.Longitude working in the google map URL:
"https://maps.googleapis.com/maps/api/staticmap?center=" & Location.Latitude & "," & Location.Longitude & "&zoom=18&size=600x600&key=<myAPIKey>=color:red%7Clabel:A%7C"
However, when I try to use Location.Latitude or Location.Longitude in a function, Intellisense does not correctly highlight the function. I get the error "Invalid use of "." pointing me to the period between Location and Latitude/Longitude.
Anyone else having this issue? It worked fine THE FIRST TIME I typed the function. Now won't work.
Thanks
Solved! Go to Solution.
AHA! Figured it out...
The Location function cannot be called from a button inside a form Card. If button is outside the card, not problem. If INSIDE the card, the error appears.
AHA! Figured it out...
The Location function cannot be called from a button inside a form Card. If button is outside the card, not problem. If INSIDE the card, the error appears.
User | Count |
---|---|
261 | |
125 | |
99 | |
48 | |
45 |