I am using the Survey123 web app in Edit mode. The survey has two repeats (not nested).
For one repeat, I want to ensure it does not download any existing records, which will force the user to create a new record each time to complete the survey. Basically start with empty schema every time
For the other repeat, I want to filter out any previously-existing record that doesn't match a certain attribute criteria. Only show repeats where ${Status} = "Open"
On the mobile app, this kind of workflow is pretty straight-forward...use Inbox with the query parameter set in bind::esri:parameters. Is there a parallel way of doing this in the Web App?
Did you ever get this figured out?