I want to allow only paying members to access certain areas of the app. This is a one time payment that gives them a lifetime access. I added a couple of products and integrated with Stripe. The problem is that all the purchases are showing in a sheet on Google Sheet that I can’t see on Glide tables, so I can’t create a relationship between the users sheet and the App:Sales sheet.
How do I connect the content on App:Sales to my user sheet? Is there another way to do that?
Just make a read only copy of your App:Sales sheet, using either an arrayformula or a query. Glide will see this sheet, and you can build relations to it.
have a product category and relate them to users who paid…
product_name#category#date, make a description in pay link, so you can easily filter it or relate after split
Wow this is very generous! Thank you so much. And by the way, what a clever name haha! I’m going to start watching and report back. Thanks again @Simon_Hill
Oh really? I don’t know why that would happen. It is a really small App with hardly any rows… I will take a look at the Google Spreadsheet and check to see if there are any redundant sheets. I don’t think so!
In most cases this is caused by a large and/or complex Google sheet. Delete all rows and columns that your app is not using or there is no data. Glide will append rows as needed so you can remove all empty rows below the existing data on all of your sheets. Then try to duplicate the app again."