I'm encountering a problem with a Survey123 form that includes a repeat section. Inside the repeat, I have four questions, one of which is a time field. This time field is set with esri:fieldType as esriFieldTypeString.
Here's what's happening:
When users fill out the survey, all values (including time) are saved correctly to the feature layer.
The data looks fine when viewed in the feature service or in the Data tab.
However, when the survey is reopened through the Inbox by another user (or the same user) and submitted again, the time field values disappear for all repeats except the first one.
All other fields in the repeat load correctly.
I've attached a screenshot showing repeats 2–5 where the time values are blank, even though they were filled out and saved previously.

Has anyone experienced something similar? Could this be related to how time values are handled in repeats or to the use of time question with esriFieldTypeString?
Thanks in advance for any help or insight!