Salesforce to Quickbooks invoice - Arrays & Iterator help

A little embarrassing but that took me way longer to figure out and might not be the most efficient solution but it should work. When you do that split function on the description code, is it processing the blanks correctly?

This will work properly only if it recognizes the same amount of items for each parameter.

So what you’ll do is remove the Price Iterator and the Iterator after that.

After your product iterator, look up the Tools module, and choose the “Set Multiple variables” option.

Under that create 2 or 3 (if you are using description code ) variables and name them accordingly, eg. Unit Price, Quantity, etc.

Set them as per below. Note the IMTIndex, is just the “Bundle Order Position” parameter

Then under Array aggregator just map your values, and that should work

1 Like