Hi everyone,
I’m building an app in Glide and could use some guidance. Here’s what I’m trying to accomplish:
- Customers makes a purchase in Shopify that grants them access to the app.
- Their purchase details get added to the user list in Glide.
- They receive a unique web link (tied to their email address) so they can log into the app.
- Inside the app, they take a quiz, and I want their answers and progress to be tied specifically to their row in the user table.
Right now, the issue I’m facing is that when users input their quiz answers, the data doesn’t tie to their row—it just seems to go to the top row instead.
Does anyone know the best way to structure this so that:
- Each user’s inputs are stored on their own row, and
- Progress is saved uniquely for each user?
Any advice, best practices, or examples would be greatly appreciated.
Thanks so much!