I have purchased the BDK repeating group tool and utilities. Thank you to @gaurav for his support and convincing me to get the plugin today

i think my solution will be to create a JSON, do some work, then return an array.

i am able to extract the ‘columns’ of data i need like this

my plan would be to create a JSON array with the format

[{"fieldwork_type":column_3[i],
"fieldwork_date":column_2[i],
"adjusted_hours":column_1[i]}]

i think.

i have to work out the JS for this part but am not there yet. I need to get into JSON format first.

It was suggested to pull these lists into TransformList but i only see how to work with one incoming list

[update]
I think I am making progress first i use the data extractor to extract the adjusted hours from the states and create a list that corresponds with the number of cells in the RG. then here using the list utilities if/then process i get to work

if you are cell 1, and cell 1’s date = cell 2 date AND cell 1’s date = cell 3’s date
make value 1 = the sum of all 3 cells extracted data value
else

If anyone has a better/easier method, i would love to hear it!