Hello,
I have a repeat section titled Investigation steps with the following select_one options:

I have two sets of survey questions that I would like appear within the repeat section depending on what is selected for the Investigation status question - one set of questions if Reported or Investigated is chosen and another set if Ongoing or Resolved is chosen.
I have created two groups within the repeat section

and have set their relevant field to
| selected(${investigation_status},'reported') and selected(${investigation_status},'investigated') |
and
| selected(${investigation_status},'ongoing') and selected(${investigation_status},'resolved') |
However, the relevant group of questions are not showing up when I make the selection in Investigation status.
Any help would be appreciated.
Thanks!