Turn a collection into an array?

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

Hi @jsg0081

To solve your issue, please check the below loom.

For further help, please connect to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes

Hey thank you! I think this is going to work. I’m running into an issue with the Iterator output however. What am i doing wrong?

Repeater Setup

Repeater Output

Iterator Setup

Iterator Output

Hi @jsg0081

Please check this iterator setup, which is wrong.

For further help, please connect to us.
MSquare Support
Visit us here
Youtube Channel

1 Like

Ah, thank you. I fixed it as shown below. But the output is still not correct. Any ideas on how to fix this?

Iterator Setup

Iterator Output

Again, this is the original output that i am trying to group together in groups of three.

Thank you so much for your help!

1 Like