Compounding Transformations

I have two list of 45 transforms. One is a list of scaling, the other is a list of movement. I am trying to compound each relative item from one list to the corresponding item on the other. (0:0, 1:1, 2:2, 3:3, etc). However, when I input the two lists instead of getting out a list of 45 transforms, I instead get out 2 lists. The transforms have added all of list 1 together and all of list 2 together. How can I fix this?

How can I fix this?

You can start by posting a file and screenshot.

Sounds like you need to weave the two lists.