Hello All,
I made a power app which gets user location (Lat,long) on button click. Now i have a new requirement i don't want user to use App when they are in office.
so i thought of putting an IF clause which will work on a range of Lat long and when Lat long range will fall under the office range Lat Long ,it will give error.
I am not sure if it will be possible that way , Please advise if anyone have a better solution or idea how to achieve this they way i am thinking.
that's how i am getting lat long on a filed
UpdateContext({LocVarAS:Location.Latitude & "," & Location.Longitude});