# Force users to enter Geolocation (or perform some other action) at specific intervals

**URL:** https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178
**Category:** Community Resources
**Created:** [January 14, 2021, 8:05pm UTC](https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178 "2021-01-14T20:05:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 14, 2021, 8:05pm UTC](https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178/1 "2021-01-14T20:05:01Z")

</div>

#### \*Note: geolocation functionality requires a Glide Pro App.

I was recently asked if an app could prompt users (delivery personnel) to update their geolocation in app so that an admin can monitor the drivers and keep them accountable.

Here’s how I approached it:  
https://www.loom.com/embed/92b03f108132465aa5a0ed879f823ed0

You can use this same trickery to display an in app notification that users must acknowledge before continuing in the app. Enjoy!

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 15, 2021, 12:45am UTC](https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178/2 "2021-01-15T00:45:07Z")

</div>

The Showscreen column is redundant there, eh?  
I mean, you could just set your tab visibility based on NOW() vs Next Checkin.  
I guess having the true/false column means a couple of less clicks when setting the visibility (one condition vs two)

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 15, 2021, 1:10am UTC](https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178/3 "2021-01-15T01:10:52Z")

</div>

True true.

---

<div class="post-metadata">

### Author: ![Purvang\_Joshi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/purvang_joshi/32/12645_2.png) [@Purvang\_Joshi](https://community.glideapps.com/u/Purvang_Joshi)
#### Post date: [January 15, 2021, 5:24am UTC](https://community.glideapps.com/t/force-users-to-enter-geolocation-or-perform-some-other-action-at-specific-intervals/21178/4 "2021-01-15T05:24:42Z")

</div>

I’ve already implemented this in one of CRM app. It’s for letting employees logging in forcefully every 30 mins.

Your logic for the set columns is nice.

I was facing a lag of 5-8 seconds between tab exchanging because of manual logic.

Thanks for sharing. It helped me to achieve quick access login.
