# Registration of user progress through the app

**URL:** https://community.glideapps.com/t/registration-of-user-progress-through-the-app/47707
**Category:** Ask for Help
**Created:** [August 25, 2022, 8:26am UTC](https://community.glideapps.com/t/registration-of-user-progress-through-the-app/47707 "2022-08-25T08:26:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mickiedn](https://avatars.discourse-cdn.com/v4/letter/m/2bfe46/32.png) [@Mickiedn](https://community.glideapps.com/u/Mickiedn)
#### Post date: [August 25, 2022, 8:26am UTC](https://community.glideapps.com/t/registration-of-user-progress-through-the-app/47707/1 "2022-08-25T08:26:20Z")

</div>

Dear community,

Is it possible to have some sort of registration how the user is progressing through an app you make with glide?

Like, i could see if the user clicked on the first tab/page, have clicked on the second, …  
Would this maybe be possible with conditions or with the buttons?

Thank you in advance,

Greetings Miguel

---

<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: [August 25, 2022, 8:52am UTC](https://community.glideapps.com/t/registration-of-user-progress-through-the-app/47707/2 "2022-08-25T08:52:07Z")

</div>

Yes, that’s possible.  
Probably what you want to do is create one or more columns in your User Profiles table, and use [Set Column Values](https://www.glideapps.com/docs/reference/actions/set-column-values) actions to set those to appropriate values as your users navigate around your app.  
Note that it’s not possible to assign an action when a user navigates to a tab, but you can assign actions to most screen components (buttons, lists, action text, etc).
