HALP!
Make Novice here (not quite newbie).
I am using Make to help me process individual purchases from my webflow website. I have a webflow form that I am submitting through make to carry out these purchases. I am trying to separate out every second and third field in this Collection labeled “Data” so i can process the purchase.
Row 2 - SKU
Row 3 - Type of product (eventually want to count and assign values to these fields “Standard = $1” for example.
You can see these rows repeat. In this situation, a user is “checking out” with 10 items. The first field is the slug, the second is the SKU, the third is the type of product (which corresponds to a value amount).
How do i separate these out into their own arrays so i can use just the SKUs and just the product types? THANK YOU