I have a Zap that pushes line items from WooCommerce using a loop.
I need another line item based on quantity.
So for example if the order is:
- Blue x1
- Green x2
I need the Zap to push the following:
- Blue x1
- Green x1
- Green x1
Zapier doesn’t allow nested loops.
Can anybody think of a way to split the line items based on both quantity and type?