Convert Line Items into Individual Rows based on qty

I think JavaScript is definitely the way to go here. I would prepare an input that represents all items that you need to be added, alongside the quantity, and then run it through JS to get the output.

Next, run an API call step and I think you’re good to go.

2 Likes