|
POST
|
Hello @MicahTrierweiler, Survey123 3.11 does not support pulldata("@layer"), this functionality was originally released with Survey123 3.16 and is available in our current 3.18 release.
... View more
06-13-2023
12:55 PM
|
2
|
0
|
2561
|
|
POST
|
Hello @Andrew-Bowne, There is a service disruption impacting the Survey123 report API at this time. We are monitoring the situation and will update when it has been resolved.
... View more
06-13-2023
12:50 PM
|
0
|
3
|
2353
|
|
POST
|
Hello @MT_JenAmes, The name and label columns in your CSV should be lowercase. Please see the External choice lists documentation for more information. The Survey123 webapp and typically the Survey123 Field App on iOS are more strict about capitalization.
... View more
06-13-2023
10:03 AM
|
1
|
1
|
1814
|
|
POST
|
Hello @GBayMnidooGamiiBiosphere, Would you be able to provide a diagnostic log when the crash is reproduced? Would it also be possible to share the XLSForm for the survey to try and reproduce the issue on our end?
... View more
06-13-2023
09:18 AM
|
0
|
0
|
1025
|
|
POST
|
Hello @Sharouff, You should be able to use the orderByFields parameter to sort the results descending. Please note a very strange quirk about the search() appearance is because the question mark is used to separate the table name from the URL the ampersand is needed to separate the URL from additional URL parameters. I've attached an example that sorts counties from Z to A using the orderByFields parameter.
... View more
06-12-2023
01:04 PM
|
1
|
3
|
2505
|
|
POST
|
Hello @bsklaohfl, I would suggest making the change in the surveys XLSForm, if the issue is the main layer doesn't match you can set it in the form_id column of the settings worksheet. If the issue is a related layer or table doesn't match you will need to update the name of the begin repeat in the survey worksheet. Assuming you are using a submission_url Survey123 shouldn't let you republish the survey unless the schema matches.
... View more
06-12-2023
12:52 PM
|
0
|
6
|
3691
|
|
POST
|
Hello @bsklaohfl, Are you using ArcGIS Online or ArcGIS Enterprise? If you look at the schema for your survey and compare it to the layers and tables for your feature service item do they match?
... View more
06-09-2023
09:47 AM
|
0
|
8
|
3718
|
|
POST
|
Hello @beachcamp, I'm glad that worked out! In theory it shouldn't like you saw with James' comment in the post you originally linked after the XLSForm is converted you could update the value in the surveys XML. The core issue is with the library that's used to convert the XLSForm to XML incorrectly throwing an error message.
... View more
06-08-2023
12:13 PM
|
0
|
0
|
2611
|
|
POST
|
Hello @AlmaA, Correct the way the update_geometry script is currently written it assumes original_item and fixed_item are items in your content. That doesn't necessarily have to be the case if you have the GNSS coordinates as attribute fields in your services' table you can just make a connection to that layer pull the coordinates from the attributes then update the geometry with those values. It just happened in the scenario where that script was written there was a second feature service that had the correct geometry.
... View more
06-08-2023
11:31 AM
|
0
|
0
|
2197
|
|
POST
|
Hello @beachcamp, Thank you for passing along the XLSForm! Moving the today() function from the calculation column to the default column should do the trick.
... View more
06-08-2023
10:52 AM
|
0
|
0
|
2627
|
|
POST
|
Hello @beachcamp, Testing in the current release of Survey123 Connect (3.17.55) I am not seeing this behavior. If you update your Connect to the latest version is the same behavior observed? As a side note if you install Survey123 Connect through the Microsoft Store you will receive updates automatically when they are released.
... View more
06-08-2023
09:41 AM
|
1
|
0
|
2642
|
|
POST
|
Hello @Trippetoe, There's a bit of a mismatch in the parenthesis. The second parenthesis shouldn't be after the selected() function but instead after the if() statement. Try: (.>0) and (if(selected(${productId},'prod1'), .<=2,.<=500))
... View more
06-07-2023
03:46 PM
|
2
|
0
|
3215
|
|
POST
|
Hello @AlmaA, You will need to update the features geometry with the coordinates from the external GNSS equipment. The manual way of doing this directly in Survey123 is to load the feature in the Inbox, open the feature from the Inbox, open the geopoint question, select the globe on the top left to change the Search mode and change it to Map coordinate input only, enter the coordinates that were provided from the GNSS receiver, and submit the data. You can also use Python for a more automated approach, please see this Esri Community post for more information on an automated workflow. I've attached a workflow that uses the ArcGIS API for Python instead of ArcPy like in the Esri Community post that will use geometry from a second layer to update the geometry in a first layer. Since each scenario will be unique you will likely need to modify the code to meet your environment.
... View more
06-07-2023
02:16 PM
|
0
|
2
|
2217
|
|
POST
|
Hello @MaryGraceMcClellan, Thank you for this information! While there is no pulldata("@geoshape")/pulldata("@geotrace") formulas currently I have recorded this feedback to look into supporting in a future release. Please feel free to reach out to Esri Technical Support to log an official Enhancement for this functionality. In the meantime there is an alternative workflow that will allow you to reach your end goal. You can populate/calculate a geoshape/geotrace question using an aggregation of geopoints. When aggregating those geopoints (vertices) you can capture the GNSS metadata you're looking for in order to extract the average, min, and max from the metadata. I've attached a small sample that demonstrates how this workflow works.
... View more
06-07-2023
02:02 PM
|
0
|
0
|
2570
|
|
POST
|
Hello @VickiG, Since you mentioned you revisit known locations I assume you are using the Survey123 Inbox to edit existing GIS features in a feature service. Within the Survey123 Inbox there is a map tab that can be used as a reference map. If having the map in the form is of more interested you can add a geo* question (geopoint, geotrace, geoshape) which will add a map to your form. In the XLSForm under the bind::esri:fieldType column you can set the value for the geo* question to null so that nothing is submitted to the feature service the map would just be available in the form for reference. In both cases the Inbox map and the geo* map neither have measuring tools or more advanced spatial capabilities it's mainly just pan, zoom, and focus on the devices location. You wouldn't be able to navigate like in ArcGIS Navigator, but you could specify a specific basemap and if that has features in it you could navigate by seeing if your position indicator is around a feature.
... View more
06-06-2023
05:02 PM
|
0
|
0
|
2429
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 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 |
2 weeks ago
|