Input value inside the RG

I have a Radio Button Input element in the Repeating Group. Sadly I can’t reach the value of the Radio Button to perform additional logic in the workflow. Here’s the screenshot:

This is not the first time I face this type of issue. What should I do?

Hi,
Did you manage to solve this? I have exactly the same issue.

Thanks

I don’t remember use case exactly. But whenever I have to do something like this I use icons instead of checkbox element.

When ‘checked’ I display Checked Icon.
When ‘unchecked’ I display Unchecked Icon.

Checked or Unchecked means if I a specific value is in the list. If Yes = Checked. If Not=“Unchecked”

Hope this helps :sunglasses: