Hi folks,
I am using stripe and a no code platform called glide.
People order real estate sign posts and lockboxes.
I have a webhook sent from glide when a new order is created. I then want to create an invoice.
I guess I need to create invoice items before creating an invoice. The issue is, what if I have multiple invoice items? Is there a way to create multiple “stripe create invoice items” modules dynamically depending on the number of items that come through (or maybe I set a number during checkout that gets pushed through)