Hello All,
I have built a Survey123 form on top of a feature service to use for sewer manhole inspections following this post: https://community.esri.com/t5/arcgis-survey123-blog/working-with-existing-feature-services-in-arcgis/ba-p/894290
The feature service references data in a SQL server sde gdb. The feature class and table are branch versioned. The relationship class is set up using parent "GlobalID" field (manholes) and child "guid" field (inspections table).
The survey begins with 2 fields/questions from the manhole feature class and then uses a repeat to access the related inspection table. It is launched from a link configured in the webmap popup and is opened from ArcGIS Field Maps.
The survey form works as expected using the mobile FieldMaps and Survey123. The data entered for the inspection portion (repeat) is successfully populated in the inspection table.
I'm having an issue viewing viewing related data. While it appears that the relationship is maintained between the feature class and inspection table, I can't see related records in either the web map or accessing the sde data in Pro. I also noticed that the values populated in the guid field for the inspection table don't match the corresponding feature's GlobalID. The examples below were all entered for this same manhole point.

This is what happens when I select show related records in the webmap:

My understanding is that since the survey is built on a feature service with the relationship class, I don't have to pass the GlobalID value to the guid field - although, I tried this anyway (through the inspection url) and it didn't work. I assume this is because the guid field is within the repeat.
I have built a similar survey on a hosted feature layer with the same relationship/configuration and it works fine.
Any help is appreciated! I am this close to moving the whole thing to field maps, but would really prefer to use Survey123 since I have a couple of multiple choice questions.
Thanks!