Hello,
We currently have a ArcGIS Portal v11.3 ExB app that contains an address point layer. The popups for this include a URL like that shown below, which pass the user out to a S123 browser form. The S123 form creates a new feature in a 'maintenance report' layer and prepopulates it with attribute values from the address point:
https://survey123.arcgis.com/share/xyzxyzxyzxyzxyz?portalUrl=https://xyzxyzxyzxyzx.org/portal&¢er=3X.846553,-7X.306873&field:STR_NUM=101&field:STR_NAME=MAIN ST&field:MAINT_YARD=NORTH&field:GRIDSQ=057-4&field:SUPERVISOR=john doe
I would like to move away from having to maintain the S123 form and instead pass the attributes directly into an ExB form in the same app. Is this possible? I can do something very similar all within FieldMaps using the 'referenceContext' parameter but not here. This has also been asked before here without answer.