Creating a Discount Redemption System with QR Codes in Glide

Hello everyone,

I’m seeking your assistance with a project I’m working on. I’m creating an app where customers can sign up for a 10% discount on a service. After signing up, customers will receive an email containing a QR code. Here’s how the process should work:

1. When a customer is at the store and presents their QR code, I want the store clerk to scan it using their smartphone.
2. Scanning the QR code should redirect the store clerk to a Glide page.
3. On this Glide page, an action will run to check whether the discount has already been redeemed (i.e., whether a checkbox is true).
4. If the discount has been redeemed, a message will be displayed indicating that the discount is no longer valid.
5. If the discount hasn’t been redeemed, the store clerk will be prompted to enter a 4 or 5 digit code to confirm the customer’s information.
6. After entering the code, the checkbox indicating the discount redemption will be checked.

I’m looking for guidance on how to implement this process in Glide or whether you think it’s achievable with Glide at all.

Thank you for your assistance.

I just built something like this for a client. You’ll def. want to check out this post:

Or this video might help:

3 Likes

@Robert_Petitto This looks promising. I will give it a go and let you know how it turns out. Thank you.

@Robert_Petitto, I gave it a shot and it worked perfectly as I want. Thank you again.

1 Like

Amazing! Ya, this method has opened up quite a few doors for me. I might need to feature it in one of my videos.

1 Like

Yes it does open a lot of possibilities. The one thing that would make it great is to have an OnLoad action that reads and pull in the Get part of URL string

Please don’t tag the team members. If you want a feature request, you can add a new feature request post for people to upvote. Thank you.

Okay. Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.