I am sending this message since I need some help. I would like to use the Stripe sheet to display orders paid in my glide app. How may I do it ? Or if anyone has another solution to display the orders paid in my glide app ?
What I do is the following:
When using sales, use the formula ={‘App: Sales’!A:Z} in a new sheet to duplicate the data and make it accessible through the app. Name that sheet SALES.
Then you do a relation either to the buyer, the item, etc.
Just be mindful of what Stripe data you’re making available in the app. You might want to add row owners to prevent users from accessing one another’s financial data.
Hey @Robert_Petitto, In case we have row owner activated in the Orders sheet, Stripe does not work. Do you have any workaround for this?
Scenario: A new row is created when a user wish to order a new items and than make the payment. If we use row owner in that sheet, user is unable to make the payment.
Yes, adding on Email Column in Orders sheet. If Row owner is enabled, getting error “This Item no longer exist” while making payment.
If we remove the row owner, it is working fine.