Hi, I’m building a checkout for a unique service.
Without getting into the “why”, each “item” in the users cart is an individual subscription (NOT seats!) that needs to be charged individually.
I’m trying to figure out how to create a workflow or backend workflow that does something like this…
[For each item in the users cart, create a stripe subscription]
I’m using Stripe.js and the issue I am having is I don’t know the actual method in bubble to perform an action on a list of things
I don’t think I’m making changes to a list of things right?