Modifying data stored in a form from a repeating panel in that form

Hi, so I want to modify a list in a form from a repeating panel through a checkbox

I’ve tried directly calling the list from the repeating panel but it doesn’t work seems I’m presuming they exists as entirely different elements.

Please help!

Can you share code snippets and/or a clone link so we can understand what you are doing? This could be a number of issues, but there’s no way to tell without the exact code context.

1 Like

Thanks for replying,

However, after researching for a while, I already found a solution. Essentially, I had to use the get_open_form to open the parent form.