Hello All,
I work with several Survey123 forms that need to visualize previous reads. One of my challenges was to read previous data submitted to the same survey in Repeatable questions.
I was able to create a form that fills in the information in repeat and regular questions using pulldata(@layer) - (Attached is the Xlxs form).
More info about this:
- Survey123 Tricks of the Trade (Live): Query ArcGIS layers with pulldata("@layer")
- Survey123 Tricks of the Trade: pulldata("@layer")
- Query a feature layer
Important: Lines 2/3 must be updated after publishing the form with the URL of the feature layer and the URL of the repeatable table.

Also, it was very important to have in the repeat section in bind::esri:parameters - calculationMode=always.
This allows the answers in the repeat to change according to the index.

I am sure there are several improvements that can be implemented to this form. This was the solution that I came across and I am open to new suggestions.
Thank you all, I hope this is helpful 🙂
Ana