|
POST
|
Hello @GrantBenn1, Thank you for passing along the XLSForm! I've taken a look at it and on the Choices worksheet column D has a column header of "group" which is a SQLite reserved keyword. Once I changed it to pv_group and updated the choice filter for the DistrictMunicipality, MetroMunicipality, and LocalMunicipality questions the choice filters worked as expected. Thank you, Zach
... View more
03-15-2021
09:43 AM
|
0
|
1
|
2532
|
|
POST
|
Hello @ScottLehto3, Unfortunately at the moment it is not possible to create surveys from existing feature services that are shared to a cross Org group. I have logged an enhancement in our internal database requesting support for this workflow. I would suggest logging an idea in ArcGIS Ideas requesting this support, or logging a case with Esri Technical Support and they will be able to log an official Enhancement to help track progress. Thank you, Zach
... View more
03-12-2021
10:28 AM
|
1
|
1
|
1888
|
|
POST
|
Hello @juan_luisGarcia_González, If you navigate to the item details page of the feature service associated with the survey, go to the Visualization tab, select Configure Pop-up's, then Configure Attributes, do all the fields that you would like displayed have a check box under the Display column? Thank you, Zach
... View more
03-12-2021
10:00 AM
|
0
|
0
|
1459
|
|
POST
|
Hello @JamesBailey, May I ask for more details when you said filter the repeat? Are you looking to filter a selection question within the repeat based on a status? Or are you looking to have different questions display within the repeat based on what the status is? Thank you, Zach
... View more
03-12-2021
09:14 AM
|
0
|
0
|
1970
|
|
POST
|
Hello @Anonymous User, Survey123 uses attachment keywords to associate images to questions when running reports. Since the attachments are being uploaded through ArcGIS Pro the keywords are not being added to the attachment like they are when submitting new records through Survey123. Please use this link for more information on attachment keywords and a workflow for updating them: https://support.esri.com/en/technical-article/000024606 We have been working on a Python script to help automate this process, but is very much still in progress. The script assumes one of two things, either there is only one image question in the survey which the script will ask for the keyword to use, or the images attached to the features have the name <attachmentKeyword>-<upload_timestamp> which is the default image name when a photo is taken or uploaded in the Survey123 Field App. I have uploaded a copy of the script, but would suggest testing with sample data first to confirm it works as you are expecting. Thank you, Zach
... View more
03-12-2021
09:01 AM
|
0
|
0
|
1234
|
|
POST
|
Hello @GrantBenn1, Would I be able to obtain a copy of the XLSForm for testing on my end to take a deeper look into the behavior? Once behavior we have noted with the 3.12 release is if a column header used in a cascading select uses a SQLite reserved keyword the cascading select won't work. Please check your cascading selects in the XLSForm to confirm that none of the column headers use any of the reserved keywords. Thank you, Zach
... View more
03-12-2021
08:41 AM
|
0
|
3
|
2555
|
|
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
|
7589
|
|
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
|
2030
|
|
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
|
1204
|
|
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
|
3634
|
|
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
|
3873
|
|
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
|
6971
|
|
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 [email protected] 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
|
6972
|
|
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
|
7101
|
|
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
|
3807
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 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 |
a week ago
|