| Bug ID Number |
BUG-000131730 |
| Submitted | June 19, 2020 |
| Last Modified | February 14, 2025 |
| Applies to | ArcGIS Collector |
| Version found | 20.2.0 |
| Operating System | Android |
| Operating System Version | 11.x |
| Status | Under Consideration
The issue has been reviewed by the development team. It has not been prioritized into a release plan and will be monitored to determine its overall impact. Factors that are considered in the prioritization process include the number of users affected or requesting the functionality, business impact, whether a workaround exists, among others. If a bug is adversely affecting your business, see How To: Escalate a defect (https://support.esri.com/en/technical-article/000024129).
|
Workaround
Configure a custom pop-up, and create a custom URL scheme that obtains field values from the record.
- Open the web map for the survey.
- In the Content pane, click the ellipses next to the feature service.
- Click Configure Pop-up.
- Change Display to A custom attribute display as shown in the image below:
- Image 6:

- For URL, this is the custom URL that you have created. For Link Text, this is the survey URL.
- Image obtained from the following link, https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme: Image 7:

- This pop-up is the same for all of the features. To populate fields based on the records, use curly brackets around the name of the field.
- Â arcgis-survey123://itemID=7c7f4cab14a44388bbd68a4d46d5ca2b&field:Name={Name}&field:Number={Number}
- Name = {Name} means that the Name field is populated based on the Name of record. Do the same for any other fields desired to populated.
- For more information, refer to the following link, https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme.
- Click OK > Save.
- This successfully shows as a hyperlink in both Collector for ArcGIS (Android) and Collector for ArcGIS (iOS).
Steps to Reproduce