Deleting an instance of repeatable panel in Adaptive forms
I have a repeatable panel in an Adaptive form built on core components, with a remove button inside the panel and an add button outside. When I use the rule editor to configure the remove button to delete a panel instance, it consistently removes the panel below the one I selected. For example, if I add three panels and try to delete panel 2, panel 3 gets deleted instead. While this could have been resolved using the Code editor, that option isn't available to me. My constraints are that we're working within a headless delivery model, so I can't use guidebridge, and custom JS functions aren't feasible because they would require passing the SOM expression, making the JS form-specific. Given these limitations, I would appreciate any suggestions on how to address this issue.
