I have a repeatable list. The repeatable component in this list is a form, 'researcherPay'. When I look at the form's state, I can see each individual form's data and initialData, per the screenshot below. My goal is to create one final array of objects from the data and initialData from each individual form within the repeatable list, but I can't seem to access that data inside a query, ie, there is no researcherPay.data. When I do try to access researcherPay.data, just the first instance of the list is there.
Thanks
Nick