web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Answered

ENABLE(Location)

(0) ShareShare
ReportReport
Posted on by 14

I have developed an app for timesheets. In the app I collect location (Latitude and longtitude) details. The command line I use is:

 

Enable(Location);Set(_startdate,(Text( Now(),"[$-en-US]hh:mm" ))); Set(_startlat,Location.Latitude);Set(_startlong,Location.Longitude);Disable(Location)

 

This works well when a user has the location services turned on on their device (smartphone or tablet) and I receive the latitude and longtitude data into my variable.

However if a user has their location services turned off on their device I get a NULL result.

I use the enable and disable as per the powerapps guide which states "The Enable and Disable functions turn a signal on and off, respectively.". When installing the App for the first time the user is asked to use the location and camera services which they respond to "Allow". However when the user turns off their location service on the device you cannot pick up their GPS Location.

 

So my question is how to turn on Location signal when the user has the location services in the OFF position on their device? 

Any thoughts?

Categories:
I have the same question (0)
  • Verified answer
    Mr-Dang-MSFT Profile Picture
    Microsoft Employee on at

    Hi @PaulB1,

    I can look into this for confirmation, but my instincts tell me this is by design. As an app user, I would not want an app to get my location if I expressly told it no. 

     

    My recommendation here is to check if the Location is blank. If so, Notify() the user that they should enable the location services for PowerApps to work and then restart the app. This would be done after attempting to set it to a variable.

     

    Ex:

     

    Enable(Location);
    Set(_startdate,(Text( Now(),"[$-en-US]hh:mm" ))); 
    Set(_startlat,Location.Latitude);
    Set(_startlong,Location.Longitude);
    Disable(Location);
    
    If(IsBlank(_startlat),
     Notify("The location was not successfully retrieved. Be sure to enable location services and restart PowerApps.",Warning)
    )

    This means, "If the variable _startlat ended up being blank after attempting to get it, notify the user to enable location services and restart the app."

     

    Mr. Dang

  • PaulB1 Profile Picture
    14 on at

    Thank you.

     

    That was my thought process but wanted to see if there may be another option out there.

     

    Cheers

    Paul

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @PaulB1 ,

     

    thanks for this, i have tried using this function. However how can i  compute the location basis latitude & longitude.

     

    Thanks.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 538

#2
WarrenBelz Profile Picture

WarrenBelz 420 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard