Hello - I have an Experience Builder project where a user inputs information about shoreline conditions (Coastal protection structures, cultural, buffers, phragmites, land use, etc.). The hosted feature layer has a Name and Email group with repeats for each of the shoreline features (Coastal, Cultural, Buffers, Phrag, etc.). The user clicks on a button widget to open up a survey123 form to be able to input Name and Email Address (URL: https://survey123.arcgis.com/share/d256d0da500a49eea7b38c9462e070f4?callback=https%3A%2F%2Fexperience.arcgis.com%2Fexperience%2F2acf74df03004d598195024eb824448d). This process creates a GlobalID in the hosted feature layer.
I want that Global ID from the NameandEmailGroup (parent record) to be passed into the repeats in the hosted feature layer to be used as the ParentGlobalID (GUID) value in the child records. I have a hidden record in my XLS forms for my Repeat surveys (coastal, Cultural, buffers, etc.) called Parent GlobalID with a Guid field type. ParentGlobalID exists in the hosted feature class.
I created a List Widget (with data connected to the hosted feature layer) to "expose" the Global ID of parent NameandEmail record in Experience Builder. After submitting the NameandEmail survey, the user selects the record in the List Widget.
After entering the name and email in one survey, selecting the entry in the list widget, and then opening a button widget to access one of the repeat forms, ie. Coastal Protection Structures (connected to data: view layer of the Coastal sublayer of my hosted feature layer - I have also used the hosted feature layer), the information inputted into the Survey123 populates into my hosted feature layer, BUT the ParentGlobalID is blank. This is the URL link to coastal feature survey to pass the GlobalID and to have the user return back to Experience Builder after submitting the survey: https://survey123.arcgis.com/share/e358b2bcef2841a3b1a0e7c0114b93eb?field:ParentGlobalID={GlobalID:raw}&callback=https://experience.arcgis.com/experience/2acf74df03004d598195024eb824448dWhat am I doing wrong? How can I get the Global ID from my Name and Email parent group to populate the ParentGlobalID (Guid) field in the the repeat groups to connect the inputted features to the Name and Email of the inputter? Thank you in advance for any assistance!