|
BLOG
|
Hello @JustinAdams @GabeRudy, A patch was released to the Survey123 website last night that resolved the geopoint moving to the devices current location when editing the forms. If you still see the issue on the current 3.14 Survey123 website please let us know. Thank you, Zach
... View more
03-03-2022
07:36 AM
|
0
|
0
|
5078
|
|
POST
|
Hello @Andy_CS, Thank you for passing along the XLSForm! I am able to reproduce the behavior on our end and have gone ahead and logged an internal issue for the behavior. Please feel free to reach out to Esri Technical Support and they will be able to log a BUG that will allow you to track the status of the issue.
... View more
03-01-2022
04:29 PM
|
1
|
6
|
5689
|
|
POST
|
Hello @CHedger1227, You can extract the token using `pulldata("@property", 'token')` please see this documentation for more information. Essentially what the JavaScript function is doing is querying the feature service to return information. To work with a different field you will need to change the where clause to be "where=<some field>=<some value>. In the example you have above it's set to `"where=OBJECTID="+ID` so the query is looking up based on objectId. Please see this documentation for more information on querying a feature service. Please note we also have a JavaScript sample available in Survey123 Connect that can be used for reference and additional examples.
... View more
03-01-2022
09:13 AM
|
1
|
0
|
2310
|
|
POST
|
Hello @RalphPlummer, Thank you for passing along the XLSForm! This issue looks to be related to some of the calculation changes we had made with 3.14. It looks like the calculations are being run on form load from the drafts. Setting the calculation mode to manual preserved the values on my end.
... View more
02-28-2022
10:54 AM
|
1
|
0
|
1859
|
|
POST
|
Hello @awillemsmitech, If possible would we be able to obtain a copy of the XLSForm and Report template used for testing on our end?
... View more
02-25-2022
02:40 PM
|
0
|
0
|
3191
|
|
POST
|
Hello @RalphPlummer, If possible would you be able to pass along your XLSForm and the steps you are taking to observe the behavior for testing on our end?
... View more
02-25-2022
02:33 PM
|
0
|
2
|
1884
|
|
POST
|
Hello @APecharich, This is typically due to a font issue where a group policy or IT setting on the machine is preventing Survey123 from using it's own fonts. To confirm if this is a font issue please open Windows Event Viewer and go to ‘Application and Services logs’ > ‘Microsoft’ > ‘Windows’ > ‘Win32k’ > select ‘Operations’. Are there any processes in there that relate to Survey123 Connect or the Field App? The log will say something along the lines of Survey123 attempted to load a font that is restricted by font loading policy. It will look something like this: ZacharySutherby_0-1645827978248.png If that is the error returned please refer to this article that has worked in the past to resolve the issue.
... View more
02-25-2022
02:26 PM
|
0
|
2
|
2325
|
|
POST
|
Hello @dmunro_esriau, This could potentially be a network issue that may be blocking Survey123 from reaching it's online API's or preventing the response from the API to come back to Survey123. Was this working in 3.13 and came up after upgrading to 3.14?
... View more
02-24-2022
05:55 PM
|
0
|
0
|
1615
|
|
POST
|
Hello @Sil_, I am not seeing this behavior on my end to confirm are you using the latest 3.14 version of ArcGIS Survey123 Connect? What step of the publishing process are you seeing Connect get stuck on?
... View more
02-24-2022
05:26 PM
|
0
|
2
|
1886
|
|
POST
|
Hello @DrewskiFog, It's not possible to have Survey123 point directly to a SQL database table, Survey123 requires the use of an ArcGIS feature service. What you can do to consume the data in your SQL database in Survey123 is enable an Enterprise Geodatabase in your SQL database, register that Enterprise Geodatabase with an ArcGIS Enterprise organization and publish the data as a feature service, then point your survey to that feature service. Please see these links for reference: https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/enable-enterprise-geodatabase.htm https://doc.arcgis.com/en/survey123/desktop/create-surveys/survey123withexistingfeatureservices.htm
... View more
02-24-2022
05:18 PM
|
2
|
0
|
6062
|
|
POST
|
Hello @CHedger1227, One option would be to use a custom JavaScript function that queries the feature service based on an item selected from a choice list. Say for example you have a choice list with all the items and a user selects item 1, the JavaScript function would then query the feature service looking up the status of item 1 and return the status. Please see this post for an example on using a custom JavaScript function for querying a feature service: https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-another-survey/m-p/1133680/highlight/true#M39766 Then based on the response you can set some logic in your form it the item is checked out to prevent the form from being submitted.
... View more
02-23-2022
10:45 AM
|
0
|
3
|
2350
|
|
POST
|
Hello @FieldUser1One, One thing may be BUG-000082878, I would suggest reaching out to Esri Technical Support to assist with troubleshooting and understanding the behavior.
... View more
02-23-2022
09:25 AM
|
1
|
0
|
2008
|
|
POST
|
Hello @IanGallo, Survey123 uses 1:M GlobalID to GUID relationships for repeats. Please see these documentation links for more information: https://community.esri.com/t5/arcgis-survey123-blog/working-with-existing-feature-services-in-arcgis/ba-p/894290 https://doc.arcgis.com/en/survey123/desktop/create-surveys/survey123withexistingfeatureservices.htm#ESRI_SECTION1_3F45B13D018D48D3ACBF17A9172A91CB If you are looking to configure the relationship class please see this documentation: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-relationship-class.htm If you are looking for a workflow for posting data to a related table using Power Automate Esri wouldn't really have specific documentation on that. You would need to send an applyEdits REST call to the feature service using the HTTP module in Power Automate.
... View more
02-23-2022
08:55 AM
|
0
|
0
|
1985
|
|
POST
|
Hello @ChrisRoberts2, Unfortunately BUG-000137679 is what's preventing the form from opening.
... View more
02-17-2022
04:49 PM
|
1
|
1
|
1080
|
|
POST
|
Hello @NirmalOjha1, I would suggest opening a case with Esri Technical Support to further debug this behavior. If you query the feature service from the REST endpoint does the results from the query also show the incorrect formatting?
... View more
02-17-2022
04:33 PM
|
0
|
0
|
1554
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-22-2026 11:53 AM | |
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|