I have a forms process where I am capturing a primary persons name, multiple secondary people and an attachment. There are typically between zero and five secondary persons included in the form. I need to file the attachment to a folder in the repository for each person involved. Filing the document for the primary person is no problem using Save to Repository Service Task. How do I loop through each value in a multivalue variable to file the document to the secondary person folders?