How To: Build a Gamified Glide App (updated 10/6/20)

There are a lot of rows, yes. I recommend buying the row boost package.

Your videos are all fantastic! I’ve built an onboarding experience like you did above. But I’d like to add the date that the user profile was created to the user table. I don’t see an obvious way to do this in Glide. Any ideas?

There isn’t yet. Best you can do is a vlookup to the App: Logins Sheet or use a script to write the timestamp in a cell once the profile has been created.

1 Like

I had a feeling I’d be getting familiar with Google Scripts if I wanted that. But I’ll checkout the logins tab too. Thanks for the quick reply!

Hey @Robert_Petitto I’m having issues with the sign-in screen. When I sign out and try to explore , my expected result is for the user is to be sent to the sign-in screen but instead getting sent straight to the onboarding tab?

Is this happening in the builder or the installed app?

In the builder

That’s expected. As the app creator, you can never really ā€œsign outā€ of the app in the builder. The published version should behave as you expect it to.

That makes sense thanks!! @Robert_Petitto

Gamify your Glide App #14: Treasure Hunts

There’s SO much you can do with this, but this video will show you how to create a treasure hunt that will award XP, Gold and/or Items to your users once they physically find and visit the correct location.

3 Likes

HOOOOLY CRAP!!
ITS HERE!!!
This is the highlight of my day!!!
I’ve been waiting for this!!!
TREASURE HUNTS?!!
That’s freaking amazing!!!
Yayyyyy
Thanks @Robert_Petitto for making these gamification tutorials.

4 Likes

Only thing I missed was displaying the hunts on a map (duh). But go for it!

4 Likes

Do we have this series on Netflix next year? :sweat_smile:

Ha! Netflix, if you’re watching, I’m open to making a deal

1 Like

I have a tendency of not opening YouTube on my laptop (I use Spotify) but when I turn on Netflix on my TV I can watch for hours lol.

Hi Bob, I’m having issues with the onboarding tab not going away when the Complete Profile button is pressed. All the columns in User sheet are correct (HasProfile = true), do I need to add more action(s)?

Did you set tab visibility? Is the onboarding tab filtered where email is signed in user?

1 Like

I’m having a problem, For example, I had an email before (email 1), when I try using another Email (email 2) login, the screen will go to the update page and update information.
But the information is updated to the previous member (email 1). How to fix?

Hi Experts, i follow your video build app.
But I’m having a problem, For example, I had an email before (email 1), when I try using another Email (email 2) login, the screen will go to the update page and update information.
But the information is updated to the previous member (email 1). How to fix?

If you’re having some sort of tabs that require user profiles information, you should filter that tab by email is signed-in user.

1 Like