Registration of user progress through the app

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

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

3 Likes