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

Notifications

Announcements

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
    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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard