I have a Jotform that i am using for daily timesheets. Apart from general information such as total hours worked, start finish times, employee name and day of work it has three configurable lists. The configurable lists are for
Labour hours (Project Number, Task, Hours Worked)
Machinery hours (Project Number, Machine, Machine Registration, Hours in Use)
Materials Delivered (Project Number, Material, Quantity, Unit of Measure, Delivered To)
These are configurable lists as we need to capture all this information for individual projects and our team can be involved in multiple projects per day.
We have a number of MySQL Database Tables to update with the form and the issue i am having is parsing the data to the looping function as an array and then configuring the looping function to populate the Tables with multiple lines of data.
Nothing I have tried so far has worked and the Jotform output looks like an array in the code step but does not show up as one in looping.
The example below is one of the many attempts to get the array to show in the looping config. I have only been able to select individual fields which does not give me complete rows in the table.
See Screenshots:

Created Flat Array

The array does not show in looping. only its components


I have also used formatters to alter the Jotform output.
Please help.