I am making an invoice maker, for the items on the invoice I’m using a repeating group displaying data type : items
I can add and remove items with a button
When I click the button to save the invoice (outside the repeating group) I want to get the data from each items to “make changes to a thing” but I can’t figure out how to access that data from outside the RG.
How do I access that data or is there a better way to make this work?