I’m trying to use Buy Button to setup several different membership options for a non profit. Already integrated with Stripe and since I don’t want to ask for things like addresses twice I’m not using a separate form entry. Instead I want to have a way to provide the 5 required fields for each of the options somewhere glide can look it up from.
Unfortunately I can’t seem to find a way for the BuyButton data source to be changed. It defaults to the main google sheet.
Any examples or tips on how to do this will be appreciated
IF I’m understanding correctly, you want Glide to be able to “see” the App:Sales sheet. Right?
So, create a new tab in your GSheet, in field A1 add this:
={‘App: Sales’!A:M}
And then refresh your Glide editor. Then you can see that tab from Glide and to relations, lookups and more using the sale sheet.