Copy Base
to duplicate to your account.Create New Collection
and use the Airtable wizard. This will generate two API requests (list and detail) for our product table.List
requestSend
and make sure that, at least, the following items are selected:Detail
requestSend
. As the URL contains a Bravo variable, we need to specify a temporary value for it, so the request retrieves a real item from the table.Received Data
tab, copy the ID value of one list element (the string to the left of the .data.records[].id
path).ID
as the key (same spelling as the Bravo variable on the URL), and the copied ID string as the value.Send
and make sure that, at least, the following items are selected:Selected Data
panel.Product List
screenProduct Detail
screenResponse Actions
panel, select Go to page
and Product List
, so the user is redirected here after the purchase. You can also create a confirmation page to redirect the user.Stripe
tab, click on Connect
, and then log in to your Stripe account.