| Bug ID Number |
BUG-000125322 |
| Submitted | September 17, 2019 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Survey123 |
| Version found | 3.5 |
| Operating System | Windows OS |
| Operating System Version | 11.0 64 bit |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
This is a known limitation. The web app does not support the '+' symbol to join strings. Use the following calculation in the ArcGIS Survey123 field app and web app: concat(number(pulldata('UOsites', 'lat', 'Point', ${sitename})),' ' ,number(pulldata('UOsites', 'long', 'Point', ${sitename}))).
Workaround
Split up the pulldata() functions into two separate questions and concatenate the values from these two questions to pass the latitude and longintude to the geopoint question.
Steps to Reproduce