
Announcements
I am working on a portal. I have created a form for a custom entity and some of the fields I want to store are related to the location: Latitude, longitude, Country etc
Is it possible to get the location from the device where the powerapps portal is open and autopopullate that info in the form?
Thanks!
I think you can reach that usng Javascript on the form, when the form is ready you can execute JS to get the geolocation then set it in fields displayed in the entity form using JQuery
https://www.w3schools.com/html/html5_geolocation.asp