Ok, so I'm passing an array in of emails to an apply to each. there is a correlated answer field in a SharePoint list that is correlated to each email by where they are in the array.
EX:
Array[1] = "Dudebro@gmail.com"
Answer_1 = "dudebro's answer"
so what I'm trying to do in the apply to each is find what the current index is and do something like
"Answer_" + Index