Hello -
I have several surveys inside Experience Builder for users to create features and input data for shoreline inventories. The first survey is the Name and Email survey. This survey creates a Global ID in the feature layer and is the parent to the rest of the surveys. Once Name and Email are submitted, it shows up on a list widget, the user selects the record, and then selects a button that opens surveys to create whichever shoreline feature such as coastal structures, recreational structures, buffers, bank conditions, etc they want to add. I need the Global ID of the user to pass to the parentglobalID (GUID) of the rest of the surveys. The rest of the surveys represent repeats in the main survey that are nested under the Name and Emails of the User. I am using URLs to open the surveys and pass the GlobalID but they are not working. (The surveys open and the data is stored in the database but the parentglobalid (GUID) field is blank and therefore not being connected to the parent Name and Email record.) A button widget is used to open the surveys. The button that opens the coastal protection structures surveys uses this URL (https://survey123.arcgis.com/share/e358b2bcef2841a3b1a0e7c0114b93eb?) to open the survey with the hopes of passing the GlobalID from Name and Email. All of these surveys are based on the same feature layer where all of the data is stored. field:parentglobalid={GlobalID}. What am I doing wrong that the GlobalID is not passing? Thank you!