I'm trying to setup a public survey using URL Parameters which adds a row to a 1:M related table. The URL is in the embed widget in experience builder. The related table is related to the feature service via Global ID and GUID fields.
My survey is setup to submit to the related table and only fields found in the related table are visible.
My problem is I can't figure out how to access the global ID of the feature service or the GUID field in the table to add a record in the related table via the URL. I keep getting the error of 'editing is not possible because the globalid parameter was not submitted'.
I've tried the below urls:
https://survey123.arcgis.com/share/ItemID?mode=edit&&globalId={GlobalID}
https://survey123.arcgis.com/share/ItemID?mode=edit&&globalId={GUID}
any help would appreciated.