I have an approval Flow that once certain conditions are met in a SharePoint list, it copies the list item and attachments to another list. The issue I'm running into is the Flow creates one item in the second list for each attachment. For example, if the first list has two attachments, two items are created in the second list, one for each attachment. What I want it to do is create one item in the second list with all attachments from the corresponding item in the first list. Note that this Flow works perfectly when there's just one attachment. I'm wondering if there's something I can add to get it to do what I want it to do.

