Thanks for the reply Tony,
So the issue I am facing is not that I am battling to access the data table, what I can’t figure out is how to access/read/store/retrieve the info on the repeating_panel line that the checkbox is part of.
So, for example if the repeating_panel looked like this with a checkbox at the end of the line:
Product Product Code Price
Abc abc-prod-1 5.00
and the user checked the box to apply the price increase to that line, how would I retrieve “abc-prod-1” to include that in the data table rows that would have the price increase?
Thanks.