I have set up a 1-to-many relationship class between a feature class (Building Permit Application Point) and its related table (Customer Information), and published it to ArcGIS Enterprise 11.3.
The user is required to create a new inspection record using a Survey123 form.
When the user selects an existing BPA point using Field Maps or Map Viewer, the Inspection form will be opened and I want the new inspection record to automatically populate with certain attribute values (Application No, Project Name) from the related table of the selected BPA point.
In the BPA point popup, I used the URL format: arcgis-survey123://?itemID=Survey123FormID&field:application_no={relationships/2/application_no}&field:project_name={relationships/2/project_name}, but it's not functioning as expected.
Has anyone encountered a similar issue? If so, I would appreciate any advice or suggestions on how to resolve this. Thank you!