Hello,
I have a feature layer with two related tables, with a Survey123 form built in connect on top of them. There can be multiple records in each table related to the parent. In the Survey123 web app, they are shown as a pair of tabs next to the parent layer:

I have set up some reports to run against the related tables (repeats). At the moment they are print fine, but they will only generate the lowest OID record related to the parent, no matter what is selected in the Survey123 web app interface. Following some other instructional Community posts, I added the following parameter to the beginning of the page.
${#UASPreFlightChecklist | resultRecordCount:1}
I used this because I would like to be able to just generate one Report page per repeat(as opposed to a Report where all related repeats are compiled on separate pages of the same document). Is there not a way to specify, either in the parameters of the report or in the web interface, that the result should only have selected repeats? I would have thought that the "Selected records only" option would've covered it.