|
POST
|
Hello @KaitlynAbrahamson, The reason for the issue is because column N in the CSV is missing content. If you move the contents from column O (areaformula) into column N then the CSV should work properly. This is related to the original issue where empty column headers prevent the CSV from being imported into the database. Thank you, Zach
... View more
03-10-2021
11:55 AM
|
0
|
1
|
7476
|
|
POST
|
Hello @Anonymous User, Would I be able to obtain a copy of the script that is running into the issue/ a paired down script that reproduces the issue? We had a BUG BUG-000135295 for this behavior where the Survey123 report API was rejecting the token that the Python API was passing along. This issue was resolved with the 3.12 release that went live a little bit ago. Thank you, Zach
... View more
03-09-2021
04:14 PM
|
0
|
0
|
1999
|
|
POST
|
Hello @MuniSIGGeopraia, Typically the "Survey123 requires a base enterprise deployment" error message means that there isn't a hosting server configured with the ArcGIS Enterprise Portal. Please use this link for reference regarding configuring a hosting server: https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-hosting-server-for-portal.htm If you need assistance configuring the ArcGIS Enterprise base deployment I would suggest reaching out to Esri Technical Support and an Implementation analyst will be able to assist with the configuration. Thank you, Zach
... View more
03-09-2021
04:04 PM
|
0
|
0
|
1162
|
|
POST
|
Hello @ReneAubut, Typically a "Host not found" error message has to do with the connection between the Field app and the Organization. Is your survey in ArcGIS Online or ArcGIS Enterprise? If the survey is in ArcGIS Enterprise do the field users need to connect to a VPN in order to access the environment? Thank you, Zach
... View more
03-09-2021
03:53 PM
|
0
|
3
|
3517
|
|
POST
|
Hello @ShelbyZelonisRoberson, Unfortunately I don't have an ArcGIS Enterprise 10.8.1 environment readily available to me at the moment (working on obtaining one now). ArcGIS Enterprise 10.8.1 supports attachment keywords for Hosted Feature services by default not registered services as the attachment table created in an Enterprise Geodatabase doesn't support keywords by default. I haven't tested this workflow (in theory I think it should work) but Pro 2.7 added a new Geoprocessing tool called Upgrade Attachments, the tool adds two fields KEYWORDS and EXIFINFO to the attachment table schema in the Enterprise Geodatabase. Once these fields are added keywords specified in an Add Attachment REST call should be added to the attachment table in the EGDB. Until I can explicitly test I'm not sure if that will work or if it will work in Survey123 reports either. Once I have access to an environment I will test the workflow and update this post with testing results. Thank you, Zach
... View more
03-02-2021
10:23 AM
|
0
|
1
|
3808
|
|
POST
|
Hello @JarrettCziesch1, For reverse geocoding on public facing surveys is the issue specific to the Webform, Field App, or both? If the behavior is present in the Webform please open the F12 developer tools in your browser and select the Network tab. When you try to run the reverse geocode if you select the request that is being send to the geocode service is the response "token required"? Thank you, Zach
... View more
03-02-2021
09:21 AM
|
0
|
3
|
6808
|
|
POST
|
Hello @JarrettCziesch1, Please note JavaScript functions do not work with public surveys. This isn't a new limitation of 3.12 this has been a limitation since their implementation at 3.10. Please refer to the known limitations section of the JavaScript functions documentation for reference: https://doc.arcgis.com/en/survey123/desktop/create-surveys/pulldatajavascript.htm#ESRI_SECTION1_2A1B3F6B4F4741E9BC1BE519E671E565 Please refer to this link for the ArcGIS Ideas post for supporting JavaScript functions on public surveys and the associated ENH number. As for the pulldata using a CSV not working please check the CSV to ensure none of the column headers use any of these reserved words: https://www.sqlite.org/lang_keywords.html If none of the column headers use any of those reserved words would I be able to obtain a copy of the survey and the CSV for testing on my end? Please feel free to send it to ZSutherby@esri.com and I'll be happy to take a look into the behavior. Thank you, Zach
... View more
03-02-2021
09:06 AM
|
0
|
0
|
6809
|
|
POST
|
Hello @BamJam, Thank you for passing along the XLSForm and associated CSV. I had tested on my end and narrowed the issue down to the column header missing for column A in the CSV. Once I added a column header (ID for example), saved the CSV, and refreshed the survey the pulldata() functions worked as expected. The reason it broke with 3.12 was because we switched to a database approach for managing content, and since the column header was missing the CSV wasn't being imported into the database. Thank you, Zach
... View more
02-25-2021
03:19 PM
|
2
|
10
|
6938
|
|
POST
|
Hello @ChrisMaclaurin, In the sample that Ismael provided in that other post he's querying the feature service's REST endpoint. In his sample he's using 1=1 for the `where` parameter which is searching all fields and attributes. You can change that `where` parameter to be where=<PlaceNameField>=<PlaceNameValue>. As for returning the latest submitted value you can specify the `orderByFields` parameter to sort by submitted date or last edit date. Please use this link for reference regarding the query feature/layer operation: https://developers.arcgis.com/rest/services-reference/query-feature-service-layer-.htm Thank you, Zach
... View more
02-16-2021
05:11 PM
|
1
|
7
|
3686
|
|
POST
|
Hello @JJ_Lightfoot, Are you using the latest 3.11 release of ArcGIS Survey123? If you also test with the 3.12 build we have in our Early Adopter Community to see if the same behavior persists there as well. Thank you, Zach
... View more
02-10-2021
02:29 PM
|
0
|
2
|
3499
|
|
POST
|
Hello @GabrielaWaesch1, Typically we have seen this behavior when there is an HTTP to HTTPS redirect configured on IIS instead of handled by the ArcGIS Enterprise organization. The workaround has been to disable the redirect on IIS and set the ArcGIS Enterprise Organization to HTTPS only. Thank you, Zach
... View more
02-10-2021
12:55 PM
|
0
|
0
|
3260
|
|
POST
|
Hello @JasonSimpson, Since "New record submitted" and "Existing record edited" are enabled for the Trigger events the webhook should trigger automatically whether a new survey is submitted or an existing record is edited. I had tested on my end with a public survey in Chrome set to trigger a webhook when a new record is submitted and when a record is updated and I am not seeing the same behavior. What version of Survey123 is the survey using? Is there any difference between submitting as a public user vs a user who is logged in? Are there any differences between browsers? If you open the f12 developer tools in a browser where the behavior is occurring specifically the network panel and submit an edit you should see a request to the payload URL shown on the Webhooks page for the survey. Are you seeing a request submitted to the payload URL when editing a record?
... View more
02-08-2021
06:43 PM
|
0
|
2
|
2930
|
|
POST
|
Hello @pvolte, Yes the version the survey automatically is locked to is the version of ArcGIS Survey123 Connect it was published from. For example if I published from Connect 3.9 automatically the form will use version 3.9 in the Survey123 website, and the Use version the survey was published with (3.9) will be selected. Thank you, Zach
... View more
02-08-2021
12:31 PM
|
0
|
1
|
3506
|
|
POST
|
Hello @pvolte, I had tested on my end and I was not able to reproduce the same behavior: Is there a specific browser where this behavior is observed, or is the behavior observed in all browsers? Is the survey using the latest 3.11 version on the settings of the survey? If the survey is using 3.11 and the behavior is reproducible in all browsers would I be able to obtain a copy of the XLSForm for testing on our end? Thank you, Zach
... View more
02-08-2021
11:43 AM
|
0
|
3
|
3511
|
|
POST
|
Hello @JasonSimpson, Is your survey shared publicly, and being edited using the Webform in Internet Explorer or Edge? We have a BUG (BUG-000134259) where surveys edited in that environment are not sending the update trigger for the webhook. Thank you, Zach
... View more
02-08-2021
11:30 AM
|
0
|
4
|
2936
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|