Trying to loop through an array for multiple database inserts

I am trying to pass an array to a server connect database insert, for some reason I am only getting the first record inserted (the repeat is not looping through the array)

The input array was created thus:

image

When I test my input I can see multiple entries into the array (before I changed the type to hidden). Any ideas as to why it is only inserting the first record in each array?

Community Page
Last updated: