App to only work around certain location

Im wondering if it is possible to make apps, or atleast certain actions only work in a certain location? like a 1km radial (eg, around Work only)

Solved Solved
1 9 599
1 ACCEPTED SOLUTION

Sure can, check out DISTANCE() and other related results:
https://help.appsheet.com/en/?q=distance

So you could do something like this:

DISTANCE([HERE(), [LatLong_Column]) <= 1

View solution in original post

9 REPLIES 9
Top Labels in this Space